Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

\

Long Answer Question


1) Write an algorithm and draw a flowchart to find the sum of digits of an
integer number entered by the user. 2018-19(even)
2) Write an algorithm and draw a flowchart to reverse an integer number
entered by the user. 2018-19(even),2021-22 (Even)
3) Take the three digit number from the user then write a program to check
entered number is palindrome or not. 2019-20(odd).2020-21(ODD)
4) Write a program to check a number is prime number or not. 2017-
18(odd)
5) Write a program to find the Armstrong number from 1 to 100. 2017-
18(even)
6) Write a program to print the pattern 2021-22 (Even)
1
12
123
1234
123
12
1

7) Write a Program for pattern 2021-22 (Even)


*****
****
***
**
*
**
***
****
*****

8) Write a program in C to print following pattern with appropriate


comments: 2018-19(even)
10
9 8
76 5
43 2 1

You might also like