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

Untitled Document

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)
17 views2 pages

Untitled Document

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/ 2

Index

Part A

Sl no. Programs Page no. Remarks

1 WAP to find simple and compound interest 1

2 WAP to read radius of a circle and to find area 2


and circumference of a circle

3 WAP to read three numbers and find the biggest 3


of three numbers

4 WAP to demonstrate library functions in 4


math.h

5 WAP to read percentage from standard input 5


and final grade of a student

6 WAP to which takes two integer operands and 6-7


one operator from the user performs the
operation and then prints the result (Consider
the operators +,-,*,/,% and use switch
Statement)

7 WAP to read number,find the sum of digits, 8


reverse the number and check it for palindrome

8 WAP to read numbers from keyboard 9


continuously till the user presses 999 and to
find the sum of only positive numbers

9 WAP to read percentage of marks and to display 10


grade of a student using else if ladder

10 WAP to read marks scored by n students and 11


find the average of marks(Demonstration of
single dimensional array)

11 WAP to perform addition and subtraction of 12-14


matrices

12 WAP to find minimum, maximum and average 15


of array of integers
Part B

13 WAP to find length of a string without 17


using built in function

14 WAP to demonstrate string functions 18-19


using string.h header file

15 WAP to demonstrate pointers in C 20

16 WAP to check number for prime by 21


defining isprime() function

17 WAP to read, display and to find the trace 22


of a square matrix

18 WAP to read, display and add two m x n 23-24


matrices using functions

19 WAP to read, display and multiply two m 25-26


x n matrices using functions

20 WAP to read a string and to find the 27-28


number of alphabets, digits, vowels,
consonants spaces and special characters

21 WAP to reverse a string using pointers 29

22 WAP to swap two numbers using pointers 30


(call by reference method)

23 WAP to demonstrate student structure to 31-32


read and display records of n students

24 WAP to demonstrate difference between 33


Structure and Union.

You might also like