0% found this document useful (0 votes)
32 views

CP Programs

Uploaded by

Shubham Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

CP Programs

Uploaded by

Shubham Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 19

1.

A program to find area and circumference of a circle using function :


2. A program to find area of a triangle :
3. A program to calculate Simple Interest :
4. A program to convert Celcius into Fahrenheit & vice-versa :
5. A program to find factorial of a number using recursion :
6. A program to find greatest no. among three numbers :
7. A program to check whether number is even or odd using function :
8. A program to find reverse of a number using while loop :
9. A program to calculate sum of natural numbers using
while loop :
10. A program to print multiplication table of a number
using loop:
11. A program to display fibonacci series using while loop :
12. A program to find LCM of two numbers using while loop :
13. A program to remove all vowels from a string :
14. A program for upper-case to lower-case conversion & vice-versa :
15. A program to compare two strings using strcmp( ) :
16. A program to convert binary no. into decimal no. & vice-versa using function:
17. A program to reverse a string using pointer :
18. A program to print pyramid pattern using ‘*’ :
19. A program to print christmas tree pattern using ‘*’ :

You might also like