What is difference between initialization and assignment?
Answer Posted / sweety
Initialization does the memory allocation, i.e. it assigns
the emory to the variable whereas assignment assigns a
value to the variable.
| Is This Answer Correct ? | 15 Yes | 16 No |
Post New Answer View All Answers
Can a constructor return a value?
What is the use of turbo c++?
Explain selection sorting?
What is the cout in c++?
How can virtual functions in c++ be implemented?
What is a loop? What are different types of loops in c++?
Define friend function.
How do I download c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What do you know about near, far and huge pointer?
What is c++ runtime?
Where and why do I have to put the "template" and "typename" keywords?
Do vectors start at 0?
What are libraries in c++?
what is scupper?