Friday, April 12, 2013

learn c programe(simple coding)

Hello friends.This post is about learn c program.C is the basic computer language.Today i will show you a basic coding.Every programer start's their coding by this program.OK let's see.Before start please  try this.Today i will show how can we print (hello world.This is my first c program.).

Now see:
First open compiler then type

#include <stdio.h>
main()
{
 printf("Hello world.This is my first c program") ;
}


Type this code at compiler and then compile it and press run.After you will show this MSG=(Hello world.This is my first c program.

Every day you will get new codes.so wait for next day.

3 comments: