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 / ....................

it's order is a[5,5] because it takes 2 bytes for every
elements i.e a[1,1]=1000 a[1,2]=1002 a[1,3]=1004
a[1,4]=1006 a[1,5]=1008 a[2,1]=1010..............

Is This Answer Correct ?    49 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use of null pointer in c?

574


What is void pointers in c?

596


What is the explanation for modular programming?

691


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

693


Differentiate fundamental data types and derived data types in C.

621






Is stack a keyword in c?

640


When a c file is executed there are many files that are automatically opened what are they files?

598


What is a void * in c?

602


What do you mean by scope of a variable in c?

550


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4748


Explain pointers in c programming?

640


What was noalias and what ever happened to it?

596


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1897


What are linked lists in c?

653


Explain how can I open a file so that other programs can update it at the same time?

599