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 are the two types of structure?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
which type of aspect you want from the student.
What are the types of pointers?
Write a program for finding factorial of a number.
What is the use of a semicolon (;) at the end of every program statement?
What is strcpy() function?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Why c is a mother language?
Which header file is used for clrscr?
Explain pointer. What are function pointers in C?
Is r written in c?
When the macros gets expanded?
Explain about block scope in c?
What does it mean when the linker says that _end is undefined?