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
Const char *p , char const *p What is the difference between the above two?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is c++ best used for?
What is a hash function c++?
What are smart pointers?
By using c++ with an example describe linked list?
What is an html tag?
What is time h in c++?
What is new in c++?
Describe Trees using C++ with an example.
What is the disadvantage of using a macro?
How do you differentiate between overloading the prefix and postfix increments?
What are the unique features of C++.
program explaining feautures of c++
Describe the advantage of an external iterator.