what is difference between array and structure?
Answer Posted / sajid ali khan
ARRAYS: -
An array may contain a number of items all of the SAME TYPE,
including user-defined types such as structures (see above).
Structure: -
In the C programming language, a structure may contain
MULTIPLE DATA TYPES, also including arrays of those types,
and the structure becomes a USER-DEFINED type.
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
What is meant by realloc()?
Is there a way to compare two structure variables?
What is the general form of function in c?
What is the purpose of sprintf?
FILE PROGRAMMING
What is the value of h?
How do I get an accurate error status return from system on ms-dos?
When should a far pointer be used?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What are the main characteristics of c language describe the structure of ac program?
Define the scope of static variables.
What does s c mean on snapchat?
What is the purpose of main() function?
What are external variables in c?
Dont ansi function prototypes render lint obsolete?