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 difference between typedef and #define?
What is typedf?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
How can I split up a string into whitespace-separated fields?
What is the explanation for the dangling pointer in c?
What is a good way to implement complex numbers in c?
Write the control statements in C language
What happens if a header file is included twice?
What is the use of volatile?
What are the general description for loop statement and available loop types in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Is a house a mass structure?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is void main ()?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?