Swami

Swami

-------------------------------------------------
Swami Vivekananda Jnana Kendra

1. Explain the formatted input functions with syntax with an example for each.
2. What is an escape sequence & explain its purpose.
3. Write a C program to convert temperature in Celsius to Fahrenheit.
4. Explain the formatted output functions with syntax and an example.
5. Write a C program to calculate the simple interest using formula I=PRT/100.
6. Explain the if, if else, nested if else, switch, conditional statements.
7. Write a C program to find biggest of given three numbers using a nested if statement.
8. Explain the loop control statements with an example for each.
9. Write a C program to find factorial of a given integer number.
10. Write the difference between the for, while and do-while statements.
11. Explain the goto, continue and exit ( ) with examples.
12. Write a C program to reverse a given integer.
13. Explain the array declaration and initialization with example.
14. Write a C program to sort a set of n numbers in ascending order using bubble sort, selection sort and explain.
15. Explain any 5 string handling functions in C.
16. Write a C program to count the number of vowels present in a sentence.
17. What is the difference between C characters and a string?
18. Write a C program to test whether a given string is a palindrome string. Explain the working of the program.
19. Write a C program to find the sum of numbers between 1 and n using arrays.
20. Explain the string declaration and initialization with example.
21. Write a C program to swap value of two variables A and B.
22. Write a C program to display the ASCII value of a given character.
23. Write a C program to find the roots of a quadratic equation ax^2+bx+c=0 for all possible combinations of a,b and c.
24. Write a C program to print integers from 1 to n omitting those integers which are divisible by...