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
Explain virtual class and friend class.
Define the process of error-handling in case of constructor failure?
What are the advantages of c++? Explain
What is switch case in c++ syntax?
What is dynamic and static typing?
What is endianness?
Why should we use null or zero in a program?
What is the difference between a definition and a declaration?
List the advantages of inheritance.
Mention the ways in which parameterized can be invoked. Give an example of each.
How do you initialize a string in c++?
What is c++ coding?
Which operations are permitted on pointers?
Explain container class.
How can you create a virtual copy constructor?