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 / vignesh1988i
always the 2D array will be stored in column order only , in
C.... so only ,
it is a must that we must specify the column subscript
however we miss the row subscript.....
thank u
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is methods in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
How does placing some code lines between the comment symbol help in debugging the code?
What does %2f mean in c?
Explain what is the benefit of using an enum rather than a #define constant?
What is the difference between a string and an array?
Can you mix old-style and new-style function syntax?
What are loops c?
Can a void pointer point to a function?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Why is C language being considered a middle level language?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
number of times a digit is present in a number
What are the salient features of c languages?