Question 1:
What do you understand by the C tokens? Illustrate the tokens with instances for each.
Question 2:
Provide the application and features of the C language.
Question 3:
Write down a program to print Fibonacci series upto ‘n’ numbers.
Question 4:
In brief discuss the decision making statements with instances for each.
Question 5:
Write down a program to find out the roots of the Quadratic equation.
Question 6:
Illustrate
(a) While loop
(b) Do While loop with examples.
Question 7:
In brief discuss about function prototypes.