C,C++,Python, MFC, Multi Threading, ORACLE, BIG DATA,HADOOP
Saturday, April 23, 2022
Subscribe to:
Posts (Atom)
lvalue vs rvalue
1. What is an lvalue? An lvalue is an object that: Has an identifiable memory location. Has a name (in most cases). Can appear on th...
-
VI EDITOR Move move in the editor: h right j up k down l left move top shift +g gg down the line of the file :8 go to line 8 search /string...
-
1. Download XAMP and install as per your system configuration Link https://www.apachefriends.org/download.html 2. Editor for cake...
-
FAQ's 1. copy constructor Vs Assignment operator 2. Copy constructor vs assignment operator -using constant members and refrences(i...