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
Differentiate between declaring a variable and defining a variable?
List some basic data types in c?
What is %s and %d in c?
What does node * mean?
Why shouldn’t I start variable names with underscores?
Are global variables static in c?
Is fortran still used today?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
formula to convert 2500mmh2o into m3/hr
What language is windows 1.0 written?
Is c easier than java?
simple program of graphics and their output display
What is an array in c?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM