Home

Hi Friends Welcome to World Programing

Programming skills are important to create software and applications that help computer and mobile users in daily life. Due to all these reasons, it’s really important to learn how to use programming languages in our daily life.

here you get all basic as well as advanced level ‘C’ Language programs with their outputs.

____________________________________________

Basic program links :-

Program for print “Hello World” message on output screen

Program for print 1 to 10 numbers using for loop.

program for get 3 numbers from user and print the numbers on output screen

Program for get user information
(name,contactno,address,e-mail,salary)
and print all information.

Program for swapping between two numbers

Program for swapping between two numbers without using third variable

Program for find our age.

____________________________________________

Conditional statement programs links :-

program for to check given no is even or odd

Program for check whether the entered age is eligible for voting or not.

Program for check which number is
greater,among given two numbers.

Program for find greatest number among
three numbers.