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
Explain one-definition rule (odr).
What does catch(…) mean?
What is insertion sorting?
What are the differences between malloc() and calloc()?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Write syntax to define friend functions in C++.
what are the events occur in intr activated on interrupt vector table
What are the storage qualifiers?
Is c++ proprietary?
How new/delete differs from malloc()/free?
Explain the term memory alignment?
How can you say that a template is better than a base class?
Can a list of string be stored within a two dimensional array?
Is c++ still being used?
Describe delete operator?