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
What is the use of map in c++?
what are the events occur in intr activated on interrupt vector table
Is c# written in c++?
Explain virtual class?
What does override mean in c++?
What are the two main components of c++?
What is time_t c++?
What is a linked list in c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Difference between pointer to constant and constant pointer to a constant. Give example.
Eplain extern keyword?
How to demonstrate the use of a variable?
Can a program run without main function?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Explain rtti.