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
How will you call C functions from C ++ and vice-versa?
Explain public, protected, private in c++?
What is copy constructor? Can we make copy constructor private in c++?
Define vptr.
What is c++ iterator?
Explain virtual class?
What is ios flag in c++?
What's c++ used for?
How should runtime errors be handled in c++?
What new()is different from malloc()?
What is c++ and its features?
What is the header file for setw?
Can I learn c++ without c?
What is #include math h in c++?
why is c++ called oops? Explain