Question 1:
Illustrate the structure of the C program with illustration.
Question 2:
List all the operators accessible in the C.
Question 3:
What is the differentiation between entries? Controlled loop and exit controlled loop. Describe each with an appropriate program.
Question 4:
Write down the C program to check whether the given number is the Armstrong or not.
Question 5:
Critically discuss the term Recursion. Write down the ‘C’ program to find out the factorial of the given number using Recursion.