Practice Questions
- Write a “C” program to print the even numbers from a given array in the order of upper bound index to lower bound index.
- A student is eligible for a competitive test if he/she has an aggregate percentage of 70. Read the marks of a student in 6 different subjects and print a message that the student is eligible or not.
- Write a “C” program to print the factors of 5 in a two-dimensional array. Read the elements at runtime.