write array declaration for the of 50 students
Answers
Answered by
0
Explanation:
Explanation:int num[35]; /* An integer array of 35 elements */
Explanation:int num[35]; /* An integer array of 35 elements */char ch[10]; /* An array of characters for 10 elements */
Explanation:int num[35]; /* An integer array of 35 elements */char ch[10]; /* An array of characters for 10 elements */Similarly an array can be of any data type such as double, float, short etc.
Similar questions
Social Sciences,
3 months ago
Computer Science,
3 months ago
Chemistry,
8 months ago
English,
8 months ago
Social Sciences,
11 months ago
Physics,
11 months ago