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
How the delete operator differs from the delete[]operator?
What is the difference between a declaration and a definition?
Is c++ vector a linked list?
What are the different types of comments allowed in c++?
What is ostream in c++?
What is the syntax for a for loop?
Which programming language is best to learn first?
What is new in c++?
How does a copy constructor differs from an overloaded assignment operator?
What is a singleton class c++?
What can c++ be used for?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Differentiate between late binding and early binding.
What is array in c++ example?
We use library functions in the program, in what form they are provided to the program?