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 the types of variables in c?
Can static variables be declared in a header file?
Can you assign a different address to an array tag?
in linking some of os executables are linking name some of them
What is difference between array and pointer in c?
What is #line?
What is a lookup table in c?
What are the restrictions of a modulus operator?
Write a program to check prime number in c programming?
What is a header file?
What are the uses of a pointer?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What does it mean when a pointer is used in an if statement?
What is a method in c?
How can I write a function that takes a format string and a variable number of arguments?