Answer Posted / sarayu
1_array is the collection of similar data items but
structure is the collection of dissimilar data items.
2.structure members are accesed only by structure
variables.on the hand of array that is no need.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is pointer & why it is used?
Write a program of advanced Fibonacci series.
What are the disadvantages of external storage class?
Can we compile a program without main() function?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is the meaning of c in c language?
What is the function of volatile in c language?
What are the 4 types of organizational structures?
Differentiate between a for loop and a while loop? What are it uses?
What is function prototype in c language?
Is c easy to learn?
How can a program be made to print the line number where an error occurs?
Why are algorithms important in c program?
Is fortran faster than c?
What are the advantages of using Unions?