Free
|
||
|
C Language Tutorial with Free C Programs |
||
|
A Basic C program has Header Files, Functions, Variables, Statements & Expressions, Comments or Meanings. Example:
#include <stdio.h> In above program we have header file stdio.h. We have function main. We can also declare some variables of some data type for mathematical calculations. For example see this program where we check whether a number is prime or non prime, we are using integer type variables i, flag and a as defined below. //Check whether a number is prime or not #include<conio.h>//header
file © COPYRIGHT 2009 ALL RIGHTS RESERVED FREECPROGRAMS.COM
|
||