InterviewSolution
Saved Bookmarks
| 1. |
Give the difference between array and structure. |
|
Answer» An array is a collection of similar data elements under a single name whereas structure is a collection of dissimilar data elements under a single name. |
|