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
What is the use of lambda in c++?
Const char *p , char const *p What is the difference between the above two?
Is c++ built on c?
What is the difference between equal to (==) and assignment operator (=)?
Is overriding possible in c++?
Where are setjmp and longjmp used in c++?
What do you understand by a pure virtual member function?
Why is c++ still used?
What return value must conversion operators have in their declaration?
Why would you use pointers in c++?
Is recursion allowed in inline functions?
What is endl c++?
When do we use copy constructors?
What is oop in c++?
Define pointers?