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 / kowshik
the array has been stored in row-major order.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of clrscr () printf () and getch ()?
Why double pointer is used in c?
What are the modifiers available in c programming language?
Explain how can you be sure that a program follows the ansi c standard?
What is meant by keywords in c?
What is wrong with this statement? Myname = 'robin';
Can we access array using pointer in c language?
Why do we use return in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
write a proram to reverse the string using switch case?
What is typeof in c?
What are external variables in c?
What is zero based addressing?
What is the purpose of main( ) in c language?
What is a sequential access file?