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
Why do we use pointers in c++?
When you overload member functions, in what ways must they differ?
How the delete operator differs from the delete[]operator?
What is flag in computer?
What are maps in c++?
What is the copy-and-swap idiom?
What is a syntax in c++?
Mention the purpose of istream class?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
How do I run c++?
To what does “event-driven” refer?
Define a conversion constructor?
What is c++ stringstream?
How to allocate memory dynamically for a reference?
What is :: operator in c++?