What is difference between initialization and assignment?
Answer Posted / hariharan,k
initialization mean's to initilise a variable.
assignment mean's assign value to a variable.
| Is This Answer Correct ? | 73 Yes | 41 No |
Post New Answer View All Answers
Which bit wise operator is suitable for turning off a particular bit in a number?
What are different types of loops in c++?
What is the difference between a definition and a declaration?
What is virtual destructor ans explain its use?
How is computer programming useful in real life?
Difference between pointer to constant and constant pointer to a constant. Give example.
What is the use of 'using' declaration in c++?
What is object in c++ wikipedia?
Why was c++ created?
Which software is best for c++ programming?
What is a .h file c++?
What will happen if a pointer is deleted twice?
Explain what is class definition in c++ ?
What are the implicit member functions of class?
Why are arrays usually processed with for loop?