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 / sawwas
11
| Is This Answer Correct ? | 52 Yes | 9 No |
Post New Answer View All Answers
What is a storage class?
What is private inheritance?
How will you call C functions from C ++ and vice-versa?
Why do we use classes in programming?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Write a program which uses functions like strcmp(), strcpy()? etc
Explain one-definition rule (odr).
What is a local variable?
How can you link a c program with a c function?
Can a constructor be private?
If a header file is included twice by mistake in the program, will it give any error?
Is string data type in c++?
What is using namespace std in cpp?
What is buffering in c++?
When do we run a shell in the unix system?