What is difference between initialization and assignment?
Answer Posted / zuber
Initialization can be can be done at the time of
declaration where as assiginment can be done anywhere
| Is This Answer Correct ? | 55 Yes | 11 No |
Post New Answer View All Answers
How are Structure passing and returning implemented by the compiler?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Do vectors start at 0 c++?
What character terminates all character array strings a) b) . c) END
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What does it mean to declare a member function as static?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
How do you generate a random number in c++?
Define pointers?
Explain the auto storage classes in c++.
Will the following program execute?
Do class declarations end with a semicolon?
What is a pointer how and when is it used?