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 is microsoft c++ redistributable?
How many static variables are created if you put one static member into a template class definition?
How the delete operator differs from the delete[]operator?
What is dev c++ used for?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What are guid? Why does com need guids?
What does new in c++ do?
What is an operator in c++?
What do you know about near, far and huge pointer?
Can a function take variable length arguments, if yes, how?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
what kind of projects are suitable for c and c++
Explain what is oop?