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
What is the benefit of using #define to declare a constant?
Is array a primitive data type in c?
What is the best organizational structure?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is 2 d array in c?
What's the difference between constant char *p and char * constant p?
What is the difference between c and python?
Write a program to generate the Fibinocci Series
How many types of errors are there in c language? Explain
Explain how can you determine the size of an allocated portion of memory?
What is calloc() function?
What is realloc in c?
What are the storage classes in C?
Can one function call another?
What are qualifiers and modifiers c?