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
Explain b+ tree?
How can I send mail from within a c program?
With the help of using classes, write a program to add two numbers.
What does 2n 4c mean?
while initialization of array why we use a[][2] why not a[2][]...?
What would be an example of a structure analogous to structure c?
What is the difference between pure virtual function and virtual function?
Why is sprintf unsafe?
Why n++ execute faster than n+1 ?
What is scope and lifetime of a variable in c?
How can I read and write comma-delimited text?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Is it possible to have a function as a parameter in another function?
Why #include is used in c language?
What is the role of this pointer?