0% found this document useful (0 votes)
6 views1 page

Practical Exam Programs 2022

The document outlines various programming tasks, including checking for palindrome numbers, anagrams, Armstrong numbers, prime numbers, and finding the largest number among a set. It also includes tasks for calculating factorials, Fibonacci series, areas of shapes, and matrix operations. Additionally, it covers student information handling, leap year determination, quadratic equation roots, and vowel extraction from strings.

Uploaded by

shindeaarya26
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Practical Exam Programs 2022

The document outlines various programming tasks, including checking for palindrome numbers, anagrams, Armstrong numbers, prime numbers, and finding the largest number among a set. It also includes tasks for calculating factorials, Fibonacci series, areas of shapes, and matrix operations. Additionally, it covers student information handling, leap year determination, quadratic equation roots, and vowel extraction from strings.

Uploaded by

shindeaarya26
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Sr.

Practical details to Perform


No.
WAP To check whether given numbers are Palindrome number or Not
1
Nos 1) 151 2) 23432 3) 1761
WAP To check whether given strings are Anagram or Not
2
Nos 1)recitals & articles 2) advise & advice
WAP To check whether given numbers are Armstrong number or Not
3
Nos 1) 371 2) 1634 3) 8209
WAP To check whether given numbers are Prime number or Not
4
Nos 1) 131 2) 19 3) 75
WAP To check Largest from given numbers
5
Nos 1)156 2) 342 3) 65
WAP To find factorial of given numbers
6
Nos 1) 7 2) 9

7 WAP To find Fibonacci series up to given n.

Write a program to arrange numbers in Array in ascending order


8
Nos 1) 75 2) 54 3) 7 4) 23 5) 32 6) 65 7) 3
WAP to find 1) Area of Circle 2) Area of Rectangle using
9 functions
Of type No Argument No Return.
WAP to find factorial of numbers using recursive function upto
10
given n.
WAP to take information of 3 students using structures and print
11
them.
WAP to find transpose of a matrix .
12 1) [1 2 6 2) [2 5 9
3 4 8] 6 8 3]
WAP to add two matrix .
13 1) [1 2 2) [2 5
3 4] 6 8]

14 WAP a program to swap numbers using Call by Reference method.

WAP to find whether given year is a leap year or not.


15
1) 1900 2)2004 3) 2021
WAP To find roots of a Quadratic Equation.
16
Nos 1)a = 1 ,b = -4 , c = 4 2) a = 9 ,b = 24 , c = 16

17 WAP to develop Floyd’s triangle up to given row

WAP To find vowels from a given String.


18
1) Watumull 2) articles

You might also like