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
Is oops and c++ same?
Declare a class vehicle and make it an abstract data type.
Why was c++ made?
Write a program which uses functions like strcmp(), strcpy()? etc
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Can I learn c++ without learning c?
What is a float in c++?
Explain the difference between c & c++?
What are default parameters? How are they evaluated in c++ function?
What is pure virtual function?
Is java a c++?
What are the two types of polymorphism?
Is c++ built on c?
Can a new be used in place of old mallocq? If yes, why?
What is the use of pointer in c++ with example?