what is the order of initialization for data?
Answer Posted / mithali
I think initialization doesn't have any order.we r just
initializing the variables to some value.
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
What is the error in the code below and how should it be corrected?
why is c++ called oops? Explain
What is a volatile variable in c++?
What is the difference between map and hashmap in c++?
Is turbo c++ free?
Out of fgets() and gets() which function is safe to use and why?
How should a contructor handle a failure?
Explain what are the sizes and ranges of the basic c++ data types?
Why use of template is better than a base class?
Const char *p , char const *p What is the difference between the above two?
Explain some examples of operator overloading?
Explain what is polymorphism in c++?
What is ostream in c++?
Can you pass a vector to a function?
How do you establish a has-a relationship?