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


Please Help Members By Posting Answers For Below Questions

What are structures and unions?

574


Should the member functions which are made public in the base class be hidden?

564


Do you know what are pure virtual functions?

640


What is a vector c++?

555


What is difference between c++ and c ++ 14?

578






what are Operators and explain with an example?

709


What are the vectors in c++?

581


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

2760


why is c++ called oops? Explain

583


What is a c++ class?

621


What is c++ prototype?

589


What are disadvantages of pointers?

568


Can a built-in function be recursive?

586


Array base access faster or pointer base access is faster?

1819


Explain explicit container.

633