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
What is the latest version on c++?
How will you call C functions from C ++ and vice-versa?
What is searching? Explain linear and binary search.
What is functions syntax in c++?
Explain this pointer?
What are the differences between the function prototype and the function defi-nition?
What is c++ mutable?
What is data binding in c++?
What is the C-style character string?
What is an operator in c++?
Write bites in Turbo c++ Header ("Include") Files.
How is new() different from malloc()?
What is runtime errors c++?
What is algorithm in c++ programming?
Define friend function.