if the address of a[1,1] and a[2,1] are 1000 and 1010
respectively and each occupies 2 bytes then the array has
been stored in what order?

Answer Posted / vignesh1988i

always the 2D array will be stored in column order only , in
C.... so only ,
it is a must that we must specify the column subscript
however we miss the row subscript.....

thank u

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why wipro wase

1832


Write a Program to accept different goods with the number, price and date of purchase and display them

5453


Explain a file operation in C with an example.

664


What does *p++ do? What does it point to?

617


What are the different types of errors?

647






What are the different types of linkage exist in c?

614


What are local variables c?

552


What does stand for?

599


What are the 5 types of inheritance in c ++?

587


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

720


What is a program flowchart?

605


Differentiate abs() function from fabs() function.

598


What is a stream?

651


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1718


Where does the name "C" come from, anyway?

646