What is difference between initialization and assignment?
Answer Posted / suraj
Initialization is a type of assignment done at declaration
level, but assinment can be done anywhere.
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
How does work in c++?
What is the latest c++ standard?
What is namespace std; and what is consists of?
Do you know what is overriding?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What are features of c++?
what is upcasting in C++?
What are iterators in c++?
Is it possible to write a c++ template to check for a function's existence?
How did c++ start?
What language does google use?
How do you decide which integer type to use?
What is static function? Explain with an example
How a new operator differs from the operator new?
What do the header files usually contains?