1.
Write a C program which asks the user a number between 1
and 7 & prints the corresponding day of
the week
2. Discuss various parameter passing mechanisms with suitable
examples
3. Write a function that takes time in seconds as input and
prints it in terms of hours, minutes and seconds
4. Differentiate variable and constant
5. Explain the iterative statements in C language with examples.
6. Compare parameter passing techniques of Call by Value and
Call by reference with an examples
7. Write an algorithm for finding the maximum number of an
array elements.
8. Construct a function to compute Fibonacci series for a given
number?
9. What is a Flowchart? Why it is used?
10. What is an operator in C? What are the different operators
available in C? Explain with suitable
example’s.
11. List and explain briefly about the different computer
languages?
12. ) Analyze the following storage classes with examples -
auto, register and extern?
13. Describe the various control structures available in ‘C’ with
Example
14. Write a program to calculate sum of first n even number
taking
n as input
15. Write a Program to illustrate concept of else-if ladder to
select
Color
16. Define Algorithm. Draw the flow chart for if, if-else
17. What is the need of explicit type conversion in C? How to
cast the data?
Demonstrate a C program to swap two number without using
temporary
Variable
18. Demonstrate a ‘C’ program to print all prime numbers from
1 to N
using while loop?
Demonstrate a C program to find biggest among three numbers
19. Demonstrate a C program that reads from the user an
arithmetic
operator and two operands, perform the corresponding
arithmetic
operation on the operands using switch statement
20. Develop a C program to generate the multiplication table of
any given
integer.