You are on page 1of 1

1. struct Student comprises of ID, Name and total Marks.

ID and Marks are integers,


whereas Name is a char string. Write a program that declares an array of 3 Students
and takes input of ID, Name and Marks for these 3 Students. The program outputs the
Name of Student whose Marks are highest.
2. Write a C Program to delete an element at the given index. Print the array after
deleting element

You might also like