Computer Science, asked by ansh1239, 1 year ago

Which array declaration is appropriate to store "diploma" string ?​


Answers

Answered by anshy047
1

Answer:

Explanation:

Structure array is used in this program to store and display records for many students. You can store “n” number of students record by declaring structure variable as 'struct student record[n]“, where n can be 1000 or 5000 etc.

Similar questions