what is the order of initialization for data?
Answer Posted / sanjay makwana, puna
In order of class declared memeber variables.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What does std mean in c++?
Can a Structure contain a Pointer to itself?
How many types of classes are there in c++?
Is there structure in c++?
What are the sizes and ranges of the basic c++ data types?
How can I improve my c++ skills?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What is the best c++ book for beginners?
Why main function is special in c++?
What is the use of seekg in c++?
Why is c++ a mid-level programming language?
Explain friend class?
In a function declaration, what does extern mean?
How can you link a c program with a c function?
What is a type library?