what is difference between array and structure?
Answer Posted / preet batth
array
1.there is no keyword
2.it has decleration only
structure
1.the keywod struct is used
2.it as decelration and definition
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are the different properties of variable number of arguments?
hi, which software companys will take,if d candidate's % is jst 55%?
Can we assign integer value to char in c?
What is meant by type specifiers?
Where static variables are stored in c?
What are 3 types of structures?
What are the different types of linkage exist in c?
What are register variables in c?
which is an algorithm for sorting in a growing Lexicographic order
How many types of errors are there in c language? Explain
What is difference between far and near pointers?
What is integer constants?
difference between object file and executable file
What is pointer & why it is used?
List the difference between a While & Do While loops?