What is difference between initialization and assignment?
Answer Posted / shweta iyer
In initialization, we provide the variable with some initial values which can be changed later. But in assignment, we provide the variable with a fixed value which remains same throughout the whole program.
| Is This Answer Correct ? | 8 Yes | 14 No |
Post New Answer View All Answers
Explain the register storage classes in c++.
Can we use this pointer inside static member function?
When are exception objects created?
What are the various arithmetic operators in c++?
What is the best free c++ compiler for windows?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
We use library functions in the program, in what form they are provided to the program?
What are c++ templates used for?
What is an iterator?
How can you differentiate between inheritance and implementation in c++?
What is the type of this pointer in c++?
Can you pass a vector to a function?
What is a wchar_t in c++?
You want to link a c++ program to c functions. How would you do it?
Differentiate between an inspector and a mutator ?