S.
NO PROGRAM NAME TEACHER’S
SIGN
1. Q. Write a program to perform all arithmetic
operations on two numbers entered by user.
2. Q. Write a program to get the gross salary by
calculating DA and HR allowances.
3. Q. Write a program to find highest among two
numbers using if else loop.
4. Q. Write a program to replace character of string with
desired character without using string in-built
functions.
5. Q. Write a program to multiply two matrices and
display the result.
6. Q. Write a program to accept characters through
keyboard using getchar( ) and print the characters
using putchar( ).
7. Q. Write a program to arrange strings alphabetically.
8. Q. Write a program to find a number of given list of n
numbers.
9. Q. Write a program to add and subtract two matrices
and display the result.
10. Q. Write a program to display name of day according
to number entered by user.
11. Q. Write a program to find sum of digit of a five digit
number.
12. Q. Write a program to generate table of any digit enter
by user.
13. Q. Write a program to generate the following pattern.
1
12
123
1234
14. Q. Write a program to check whether a string is
palindrome or not.
15. Q. Write a program to count number of vowels &
digits.
16. Q. Write a program to check whether a number
entered by user is odd or even.
17. Q. Write a program to transpose a matrix.