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
What is an operator in c++?
What is the purpose of extern storage specifier?
What is ifstream c++?
What is algorithm in c++ programming?
What is the auto keyword good for in c++?
What is scope operator in c++?
What is rtti in c++?
How does a copy constructor differs from an overloaded assignment operator?
Does c++ cost money?
Is c++ proprietary?
Do vectors start at 0?
What is the difference between method overloading and method overriding in c++?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What are manipulators in c++ with example?
Keyword mean in declaration?