what is the order of initialization for data?
Answer Posted / karthik
there is no need for ordering a initialization of data.It
depends upon the program
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is a v-table?
What does extern mean in a function declaration in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is lazy initialization in c++?
What can c++ be used for?
Is overriding possible in c++?
Is c++ used anymore?
what are Operators and explain with an example?
What is oops in c++?
What apps are written in c++?
What is pointer to array in c++?
How to give an alternate name to a namespace?
What is a catch statement?