We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 2
18 — | Wap to illustrate call by value parameter
mechanism
19 | Wap to accept a string and reverse it
20 | Wap to accept your name and print it for
desired number of times
21 ~~ | wap to accept as integer and floating-point
number and print their addresses and values
using pointers‘Sr.no Program name Date Signature
1 ‘Wap to print a statement.
2 ‘Wap to perform airthmatic operation.
3 ‘Wap to accept three numbers and calculate
sum and average.
4 ‘Wap to accept radius of the circle and
calculate the area and perimeter.
5 ‘Wap to calculate Simple interest.
6 Wap to accept two numbers and check
whether they are equal or not...
7 Wap to accept three numbers and print the
graetest among them,
8 Wap to print weekday using switch case.
9 Wap to add n integers.
10 ‘Wap to print pattern.
11 | Wap to accept the name, roll no., marks of
three subjects, print average, name, roll
number for three students.
12 Wap to accept n integers and store them ina
array and print them.
3 | Wap to add even and odd numbers saperatly
present in any array.
14 | Wap to add two matrices.
15 | Wap to add two numbers using addnumst)
16 | Wap to find factorial with recursive function.
17 | Wap to accept the three side of a triangle
and calculate its perimeter using function