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
Search for: what is pair in c++?
Explain the difference between overloading and overriding?
What sorting algorithm does c++ use?
What is an arraylist c++?
What is the difference between global variables and local variable
What is a memory leak c++?
What is c++ stringstream?
Write is a binary search tree? Write an algo and tell complexity?
Is python better than c++?
What is c++ virtual inheritance?
What is split a string in c++?
Write a program to find the Fibonacci series recursively.
What is a constructor 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
Why use of template is better than a base class?