Skip to content
- WAP to exchange values of 2 variables by calling a function exchange
- WAP to find length of a string by calling a function lenght
- WAP to copy contents of one string into another by calling a function copy.
- WAP to reverse contents of a string
- WAP to find sum of 10 int values by calling a function sum (passing array as an argument)
- WAP to find mean of 10 in values by calling a function MEAN (passing array as an argument)
- WAP to dynamically read n values and find their sum
- WAP to read information about n students and display them
- WAP to find area and circumference of a circle by calling a single function circle
- WAP to call functions area and circumference of circle by using function pointer
- WAP to count total number of words in a string by calling a function wcount
- WAP to read a String and coutn total vowels in that string
- WAP to read a string and count total no of digits in that string
- WAP to read a string and copy it into another array
- WAP to rad a string and reverse that string