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 ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #include iostream in c++?

592


Why do we use setw in c++?

646


What is a class definition?

613


What is setfill c++?

683


What is the protected keyword used for?

618






What c++ is used for?

583


What is basic if statement syntax?

564


What is the type of 'this' pointer? When does it get created?

552


Name the operators that cannot be overloaded in C++?

585


Difference between an inspector and a mutator

777


What is the c++ code?

570


Write about c++ storage classes?

752


Explain about templates of C++.

676


What is a hashmap c++?

572


Is c++ used anymore?

591