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 language is a dll written in?
How many standards of c++ are there?
Difference between inline functions and macros?
Specify different types of decision control statements?
What is the auto keyword good for in c++?
What is istream and ostream in c++?
Where must the declaration of a friend function appear?
Are iterators pointers?
What are c++ manipulators?
What is a rooted hierarchy?
What is a vector c++?
Define 'std'.
What is istream c++?
What happens if a pointer is deleted twice?
What do you mean by function overriding & function overloading in c++?