What is difference between initialization and assignment?
Answer Posted / rahul rasal
Simple Word In my Word..
Initilize:
E.g:
int i;
Assign:
E.g:
int i=30;
Is it Right...?
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Who made c++?
Why cout is used in c++?
What does extern mean in a function declaration in c++?
what is the difference between overloading & overriding? give example.
What is the benefit of c++?
What is c++ hiding?
What is the difference between an external iterator and an internal iterator?
What do you mean by early binding?
What is dev c++ used for?
How would you obtain segment and offset addresses from a far address of a memory location?
What it is and how it might be called (2 methods).
What is class in c++ with example?
What data encapsulation is in c++?
Explain the concept of copy constructor?
Describe new operator?