What is the output of the following 3D Array
int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12};
what is the output for arr[2][1][0]?
Answer Posted / sonam
11
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Define macro.
Is multimap sorted c++?
Why Pointers are not used in C++?
what are function pointers?
What is the purpose of templates in c++?
Briefly describe a B+ tree. What is bulk loading in it?
Explain the volatile and mutable keywords.
what are the characteristics of Class Members in C++?
Why c++ is called oop?
What is c++ prototype?
In the derived class, which data member of the base class are visible?
Does c++ support exception handling?
What new()is different from malloc()?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Why is c++ still used?