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
What is protected inheritance?
What is double in c++?
What are the basics of local (auto) objects?
What is a multiset c++?
Write a C++ Program to check whether a number is prime number or not?
Is there finally in c++?
How do I make turbo c++ full screen?
Where the memory to the static variables is allocated?
What is main function in c++ with example?
Is map ordered c++?
what is a reference variable in C++?
Explain the concept of memory leak?
Write about the stack unwinding?
Why do we use constructor?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?