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
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
In a function declaration what does extern means?
Should a constructor be public or private?
Why is c++ still best?
What is nested class in c++?
What is a buffer c++?
How can you say that a template is better than a base class?
What is the full name of logo?
What are the various situations where a copy constructor is invoked?
What is namespace & why it is used in c++?
What does it mean to declare a member variable as static?
Which one is a preferred language C or C++? Why?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
Search for: what is pair in c++?
Why pointer is used in c++?