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
Do you know the purpose of 'register' keyword?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is typedef?
Why is main function so important?
What are the types of variables in c?
write a c program to find the sum of five entered numbers using an array named number
What is non linear data structure in c?
Why main is not a keyword in c?
What is pre-emptive data structure and explain it with example?
What is file in c preprocessor?
What’s a signal? Explain what do I use signals for?
How can a number be converted to a string?
What does nil mean in c?
How do I get an accurate error status return from system on ms-dos?
What is the difference between malloc calloc and realloc in c?