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
What are the advantages of using a pointer?
How can we access protected and private members of a class?
Describe the advantage of an external iterator.
Write a Program to find the largest of 4 no using macros.
How would you call C functions from C++ and vice versa?
How do you add an element to a set in c++?
What do you mean by stack unwinding in c++?
What is the extraction operator and what does it do?
Will the following program execute?
What are c++ storage classes?
What is an overflow error?
How does c++ sort work?
What is static class data?
What are the extraction and insertion operators in c++? Explain with examples.
What is vectorial capacity?