How does the copy constructor differ from the assignment operator (=)?
No Answer is Posted For this Question
Be the First to Post Answer
What is input operator in c++?
Is c++ a good beginners programming language?
Do you need a main function in c++?
What is the use of volatile variable?
How would you obtain segment and offset addresses from a far address of a memory location?
What are the different data types present in C++?
Explain the difference between c & c++?
Explain "passing by value", "passing by pointer" and "passing by reference" ?
which of the following is not an secondary constant a) array b) real c) union
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
Search for: what is pair in c++?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };