what is difference between array and structure?
Answer Posted / manish
array is a similar type of data but structure are collection of any type of data
array alway start with 0
e.g.a[5]
in this array 6 element
structure has no diffination
it is a collection of n num any data type
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is a structure in c language. how to initialise a structure in c?
What are data structures in c and how to use them?
What is a example of a variable?
Explain heap and queue.
What are reserved words with a programming language?
What is const volatile variable in c?
Explain can you assign a different address to an array tag?
Explain what are multidimensional arrays?
Are pointers integer?
write a c program in such a way that if we enter the today date the output should be next day's date.
Where can I get an ansi-compatible lint?
What are the different data types in C?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
List the difference between a While & Do While loops?
write a program to generate address labels using structures?