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 / darshil movaliya
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]?
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the scope of resolution operator.
Who was the creator of c++?
What is the type of this pointer in c++?
What are virtual constructors/destructors?
Explain operator overloading.
What is c strings syntax?
What is a class definition?
What are the various access specifiers in c++?
Explain mutable storage class specifier.
Do you know the use of vtable?
What is type of 'this' pointer?
Which programming language should I learn first?
Can I make ios apps with c++?
How do you traverse a btree in backward in-order?
Is recursion allowed in inline functions?