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 ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c method?

539


Why is %d used in c?

569


What will be your course of action for a push operation?

669


Explain how are 16- and 32-bit numbers stored?

787


What does the file stdio.h contain?

608






Explain the difference between call by value and call by reference in c language?

651


Explain what is the difference between a string and an array?

640


Explain the difference between malloc() and calloc() in c?

581


Explain what is wrong with this program statement? Void = 10;

768


What is cohesion and coupling in c?

594


What is the scope of an external variable in c?

571


When is a void pointer used?

681


What are the key features in c programming language?

622


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

687


What is static and auto variables in c?

570