0% found this document useful (0 votes)
68 views2 pages

INDEX Meenu

This document contains a list of 17 programming questions asking students to write code to perform various tasks like arithmetic operations, salary calculations, finding highest of two numbers, string manipulation, matrix multiplication, character input/output, string sorting, number searching, digit sums, number/string patterns, palindrome checking, counting vowels and digits, and matrix transposition. The questions are numbered and include a space for a teacher's signature.

Uploaded by

dariymilk
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views2 pages

INDEX Meenu

This document contains a list of 17 programming questions asking students to write code to perform various tasks like arithmetic operations, salary calculations, finding highest of two numbers, string manipulation, matrix multiplication, character input/output, string sorting, number searching, digit sums, number/string patterns, palindrome checking, counting vowels and digits, and matrix transposition. The questions are numbered and include a space for a teacher's signature.

Uploaded by

dariymilk
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

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.

You might also like