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 are volatile variables in c?
Explain how do you determine a file’s attributes?
In C language what is a 'dangling pointer'?
What are the types of unary operators?
What are the usage of pointer in c?
What are the features of c language?
Write a program to swap two numbers without using third variable?
How do you write a program which produces its own source code as output?
Write a simple code fragment that will check if a number is positive or negative.
Can you assign a different address to an array tag?
What is the size of enum in c?
What type of function is main ()?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
why programs in c are running with out #include
What are the similarities between c and c++?