NOTES
PDF Document
Answers
PDF Doc
Questions
- Explain simple if, if-else with syntax,flow chart and suitable example program.
- Write the syntax of switch case. Write a c program to make a
calculator using switch case.
- Difference between while and do while loop with example.
- Write a C program to find sum of n natural numbers.
- Write a C program to find given number is prime or not
- Explain nested for loop with syntax and suitable example program.
- Explain for loop with syntax,flow chart with suitable example
program.
- Write a C program to find given year is leap year or not.
- Write a short note on loop control statements.
- Write a C program to find factorial of a given number.