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
Tell me what are static member functions?
Describe the process of creation and destruction of a derived class object?
Differentiate between a template class and class template in c++?
Is rust better than c++?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is virtual table?
What does override mean in c++?
What is abstraction with real time example?
Define basic type of variable used for a different condition in C++?
What relational operators if statements in c++?
What is virtual base class?
Does c++ have foreach?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Is c or c++ more useful?
What is the importance of mutable keyword?