What is difference between initialization and assignment?
Answer Posted / sweety
Initialization does the memory allocation, i.e. it assigns
the emory to the variable whereas assignment assigns a
value to the variable.
| Is This Answer Correct ? | 15 Yes | 16 No |
Post New Answer View All Answers
Why is it called c++?
What is c++ hiding?
Why iomanip is used in c++?
What are the differences between malloc() and calloc()?
What is data binding in c++?
write a function signature with various number of parameters.
What data encapsulation is in c++?
Can malloc be used in c++?
What happens when the extern "c" char func (char*,waste) executes?
How would you differentiate between a pre and post increment operators while overloading?
What is the two main roles of operating system?
What is the difference between struct and class?
What is the best c++ compiler for windows 10?
Is c++ faster than c?
Describe the syntax of single inheritance in C++?