Programs using Array in C-language


 

1. Write a simple C-program to input the obtained marks of 50 students and print them using Array:


2. Write a C-program to input the obtained marks of 50 students and print the number of students having more than 300 marks:



3. Write a C-program to enter the age of the students and find the number of students aged 16.

4. Write a C-program to input the age of all the class XI students to find the number of students eligible to vote.

5. Write a C-program to count the number of employees whose salary is between 30000 to 40000.

6. Write a C-program to input the obtained marks of 5 subjects and find the total marks and the percentage secured using array.

7. Write a C-program to find the greatest and the smallest number among 10 numbers.

Post a Comment

0 Comments