What is difference between initialization and assignment?
Answer Posted / hariharan,k
initialization mean's to initilise a variable.
assignment mean's assign value to a variable.
Is This Answer Correct ? | 73 Yes | 41 No |
Post New Answer View All Answers
What is the keyword auto for?
What is a Default constructor?
Do vectors start at 0 c++?
What do manipulators do?
What is unary operator? List out the different operators involved in the unary operator.
What is & in c++ function?
Does improper inheritance have a potential to wreck a project?
What is the best it certification?
What is the use of volatile variable?
What is time_t c++?
What are the sizes and ranges of the basic c++ data types?
Differentiate between an external iterator and an internal iterator?
What are signs of manipulation?
What is the best c++ book for beginners?
What is encapsulation in C++? Give an example.