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

C QP

The document outlines various programming tasks including calculating the area and circumference of a circle, finding the length of a string without built-in functions, determining the largest of three numbers, and demonstrating string and math library functions. It also includes programs for digit sum, number reversal, palindrome checking, prime number verification, and displaying messages based on percentage marks. The tasks are repeated multiple times throughout the document.

Uploaded by

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

C QP

The document outlines various programming tasks including calculating the area and circumference of a circle, finding the length of a string without built-in functions, determining the largest of three numbers, and demonstrating string and math library functions. It also includes programs for digit sum, number reversal, palindrome checking, prime number verification, and displaying messages based on percentage marks. The tasks are repeated multiple times throughout the document.

Uploaded by

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

Program to read radius of a circle and to find area and circumference

Program to find the length of a string without using built in function

Program to read three numbers and find the biggest of three.


Program to demonstrate string functions

Program to demonstrate library functions in math.h


Program to read a number, find the sum of the digits, reverse the number and check it for
palindrome

Program to check for prime


Program to read percentage of marks and to display appropriate message (Demonstration of else-if
ladder)

Program to read radius of a circle and to find area and circumference


Program to find the length of a string without using built in function

Program to read three numbers and find the biggest of three.


Program to demonstrate string functions

Program to demonstrate library functions in math.h


Program to read a number, find the sum of the digits, reverse the number and check it for
palindrome

Program to check for prime


Program to read percentage of marks and to display appropriate message (Demonstration of else-if
ladder)

Program to read radius of a circle and to find area and circumference


Program to find the length of a string without using built in function

You might also like