0% found this document useful (0 votes)
2 views3 pages

C Program List

The document outlines a series of C programming exercises, including printing 'Hello World', using printf and scanf, performing arithmetic operations, and calculating geometric properties. It also covers control structures like switch cases, loops, and demonstrates the use of arrays, functions, structures, and pointers. Each program serves as a practical example for learning fundamental C programming concepts.

Uploaded by

cocsit21
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views3 pages

C Program List

The document outlines a series of C programming exercises, including printing 'Hello World', using printf and scanf, performing arithmetic operations, and calculating geometric properties. It also covers control structures like switch cases, loops, and demonstrates the use of arrays, functions, structures, and pointers. Each program serves as a practical example for learning fundamental C programming concepts.

Uploaded by

cocsit21
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Write a C Program to print “Hello World”

Write a C Program to demonstrate the use of “printf” and “Scanf”

Write a C Program to perform Addition of two numbers by declaring two values


in a program

Write a C Program to perform Addition of two numbers by using “scanf”

Write a C Program to calculate average of three numbers

Write a C Program to calculate area of circle

Write a C Program to calculate circumference of circle

Write a C Program to find largest number from two numbers

Write a C Program to find largest number from three numbers


Write a C Program to check whether the entered number is positive, negative,
zero

Write a C Program to demonstrate to Switch case statement

Write a C Program to print odd numbers from 1 to N

Write a C Program to print even numbers from 1 to N

Write a C Program to demonstrate nested for loop

Write a C Program to demonstrate nested while loop

Write a C Program to demonstrate nested do while loop

Write a C Program to demonstrate two Dimensional Array

Write a C Program to print Fibonacci series


Write a C Program to find factorial to given number by using function

Write a C Program for swapping numbers by using call by reference

Write a C Program to create structure student

Write a C Program to demonstrate pointers

You might also like