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

which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

711


Explain all the C++ concepts using examples.

682


What are the differences between the function prototype and the function defi-nition?

605


What are the four partitions in which c++ compiler divides the ram?

694


Should a constructor be public or private?

533






What are the main features of c++?

538


Please explain class & object in c++?

598


What is the difference between an enumeration and a set of pre-processor # defines?

824


What is the equivalent of Pascal's Real a) unsigned int b) float c) char

578


Can a new be used in place of old mallocq? If yes, why?

626


Write a c program for binary addition of two 8 bit numbers.

3660


Will c++ be replaced?

542


Describe friend function & its advantages.

704


What are c++ variables?

531


Which software is best for coding?

568