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
Why do we use double in c++?
Can you Mention some Application of C/C++?
When does a name clash occur in c++?
What is c++ good for?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What is a hashmap c++?
What are the 3 levels of programming languages?
What is abstraction in c++?
Describe delete operator?
Explain about templates of C++.
What is malloc in c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is difference between n and endl in c++?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is the difference between public, private, and protected access?