What is difference between initialization and assignment?
Answer Posted / janet
Assignment can be done as many times as desired where as
initialization can be done only once.
| Is This Answer Correct ? | 166 Yes | 24 No |
Post New Answer View All Answers
explain the reference variable in c++?
What is difference between class and function?
What is a linked list in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What are advantages of using friend classes?
What are the characteristics of friend functions?
What do you mean by inheritance in c++? Explain its types.
What is doubly linked list in c++?
How long does it take to get good at leetcode?
Is c++ primer good for beginners?
How are pointers type-cast?
Explain storage qualifiers in c++.
What is encapsulation in C++? Give an example.
What is a container class? What are the types of container classes in c++?
Do you know the problem with overriding functions?