what is difference between array and structure?

Answer Posted / ajeet

Array is the collection of homogeneous data elements
whereas Structure is the collection of heterogeneous
data types elements.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of function overloading in C?

677


All technical questions

1511


Does * p ++ increment p or what it points to?

614


all c language question

1871


Explain about the functions strcat() and strcmp()?

598






In a switch statement, what will happen if a break statement is omitted?

602


What are identifiers and keywords in c?

571


Explain how can type-insensitive macros be created?

570


If fflush wont work, what can I use to flush input?

615


What is keyword in c?

602


How to write a code for reverse of string without using string functions?

1578


What is the advantage of using #define to declare a constant?

621


What is identifier in c?

543


What is structure in c language?

619


How do I use void main?

631