what is difference between array and structure?
Answer Posted / siddharth kothari
An array behaves like a built-in data type. All we have to
do is to declare an array variable and use it. But in the
case of a structure, first we have to design and declare a
data structure before the variables of that type are
declared and used
| Is This Answer Correct ? | 44 Yes | 15 No |
Post New Answer View All Answers
Can i use “int” data type to store the value 32768? Why?
What is the difference between NULL and NUL?
What is the use of gets and puts?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is the scope of an external variable in c?
Tell us two differences between new () and malloc ()?
What does the characters “r” and “w” mean when writing programs that will make use of files?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What does it mean when the linker says that _end is undefined?
What does typedef struct mean?
Why do we use stdio h and conio h?
What is preprocessor with example?
What is the advantage of a random access file?
what are the different storage classes in c?
Why c language is called c?