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
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Can we overload operator in c++?
Who discovered c++?
How a modifier is similar to mutator?
What is scope in c++ with example?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is recursion?
What is the difference between #define debug 0 and #undef debug?
What is a storage class? Mention the storage classes in c++.
What are proxy objects in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is the difference between a pointer and a link in c ++?
What is a storage class?
What is a .lib file in c++?
Explain shallow copy?