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 are the characteristics of Class Members in C++?
Will the following program execute?
What are separators in c++?
What do manipulators do?
What is struct c++?
explain the reference variable in c++?
Describe private, protected and public?
How can you link a c program with a c function?
how to connect with oracle 9i with server in socket program in c/c++
What is jump statement in C++?
Why do we use iterators?
Can we use this pointer inside static member function?
How do I run a program in notepad ++?
What do you mean by vtable and vptr in c++?
Why is c++ still best?