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
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Explain container class.
How a pointer differs from a reference?
Why do we need constructors in c++?
What is the difference between struct and class?
Why is standard template library used?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What does extern mean in a function declaration in c++?
What are the defining traits of an object-oriented language?
Is c++ fully object oriented?
What do c++ programmers do?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Is c++ vector dynamic?
Explain Text Manipulation Routines?
Show the declaration for a pointer to function returning long and taking an integer parameter.