Subscribe For Free Updates!

We'll not spam mate! We promise.

Sunday 26 August 2012

Printing number with C language



// Printing the number
// Programmer name: Sohail ahmed
// Date: 26/02/2011

#include<stdio.h>
#include<conio.h>

void main(void)
{
clrscr();
printf ("This is the number two:%d",2);
getch();
}

Socializer Widget By CodingLovers
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment