C Programs Basics
  • Home
  • About Me
  • How-to Guides
  • All C Programs
C Program To Print Numbers From 10 To 1 Using Loop

C Program To Print Numbers From 10 To 1 Using Loop

c-programs-basics
This c program will print 10 to 1 numbers in descending order. We will perform this program using While Loop, Do While Loop and For Loop.
Read more »
C Program To Print Numbers From 1 To 10 Using Loop

C Program To Print Numbers From 1 To 10 Using Loop

c-programs-basics
In this c program, you will learn how to to print 1-10 numbers, using three different types of loops viz. For Loop, While Loop and Do While Loop.
Read more »
C Program To Calculate The Gross Salary Of A Person

C Program To Calculate The Gross Salary Of A Person

c-programs-basics
To find out gross salary, we are going to take the basic salary of a person as an input. Find out D.A. and T.A. according to basic salary and then add them all.
Read more »
C Program To Find Grades Of A Student Using Else If Ladder

C Program To Find Grades Of A Student Using Else If Ladder

c-programs-basics
In the previous program, we have seen how to calculate total marks and average, in this program we will see how to give grades according to the marks be obtained, using the ladder if statement.
Read more »
C Program To Find Smallest Of Two Numbers Using Operators

C Program To Find Smallest Of Two Numbers Using Operators

c-programs-basics
This c program will teach you, how to find smallest of two given numbers using logical operator, conditional or ternary operator and arithmetical operator.
Read more »
C Program To Find Greatest Of Two Numbers Using Operators

C Program To Find Greatest Of Two Numbers Using Operators

c-programs-basics
In this c program, you are going to find the greatest of two numbers, by taking the two numbers from a user as an input.
Read more »
C Program To Check Whether A Person Is Eligible To Vote

C Program To Check Whether A Person Is Eligible To Vote

c-programs-basics
We are going to write a program in c which can check if the candidate is eligible to vote or not. We can do this by using a simple if-else statement.
Read more »
C Program To Find The Given Number Is Even Or Odd

C Program To Find The Given Number Is Even Or Odd

c-programs-basics
We are going to write a c program to find even or odd number, we can determine this by using if-else, switch case or the conditional operator. Also, we can use functions.
Read more »
C Program To Check If A Given Number is Positive Or Negative

C Program To Check If A Given Number is Positive Or Negative

c-programs-basics
In this c program, we will get any random number from the user and check whether the number is positive or negative. The logic behind this is simple.
Read more »
Newer Posts Older Posts Home

Recommended Book

List Of C Programs

  • Basic Programs
  • Conditional Programs
  • Looping Programs
  • Pointer Programs
Latest Programs In Your INBOX

Get Updated Via Email Whenever We Post a New Program.

RSS Twitter Facebook YouTube Google Plus
  • Privacy Policy
  • Disclaimer
  • Sitemap
  • Contact Us
© 2014-2015 C programs Basics
The content is copyrighted to Blog Owner and may not be reproduced on other websites.

↑ Back to top