What is difference between initialization and assignment?
Answer Posted / janet
Assignment can be done as many times as desired where as
initialization can be done only once.
| Is This Answer Correct ? | 166 Yes | 24 No |
Post New Answer View All Answers
Why main function is special in c++?
What is pointer -to-members in C++? Give their syntax?
What is a unnitialised pointer?
which operator is used for performing an exponential operation a) > b) ^ c) none
Is string data type in c++?
What are associate containers?
Which is best ide for c++?
What is the use of volatile variable?
Can we distribute function templates and class templates in object libraries?
Are vectors passed by reference c++?
What are maps in c++?
Do the parentheses after the type name make a difference with new?
What are the data types in c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is rvalue?