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
When are exception objects created?
List the types of polymorphism in c++?
What is std :: endl?
What is guard code in c++?
What is the cout in c++?
Is java made in c++?
What are the various compound assignment operators in c++?
Difference between strdup and strcpy?
What is pointer to array in c++?
What are static and dynamic type checking?
What are the various arithmetic operators in c++?
what is scupper?
Does improper inheritance have a potential to wreck a project?
What are proxy objects in c++?
What are the effects after calling the delete this operator ?