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 the keyword struct is different from the keyword class in c++?
How do you flush a buffer in c++?
What is prototype in c++ with example?
Do vectors start at 0?
Explain how a pointer to function can be declared in C++?
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 is the best ide for c++?
How the virtual functions maintain the call up?
What are proxy objects in c++?
Is c++ free?
What is heap sort in c++?
Define a constructor - what it is and how it might be called (2 methods)?
Is it possible for the objects to read and write themselves?
Define macro.
What is null c++?