What is difference between initialization and assignment?
Answer Posted / adeolu
initialization is the first assignment value given to a
variable while assignment is the subsequent value giving to
the program variable
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
How do you generate a random number in c++?
What does h mean in maths?
Can we sort map in c++?
What is the use of setfill in c++?
What is private inheritance?
What are the restrictions apply to constructors and destructors?
Write about the scope resolution operator?
What is the extension of c++?
Discussion on error handling of C++ .
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is setfill c++?
What is the extraction operator and what does it do?
Write a struct time where integer m, h, s are its members?
What are the differences between malloc() and calloc()?
When does a name clash occur in c++?