C Programming - Old Questions
Question Answer Details
3. When do we use for
loop and while
loop? Compare the while
and do while
loop with suitable example. Write a program to find average, minimum, and maximum age in a class of 20 students. [2+2+6]
Answer
AI Generated Answer
AI is thinking...