Subscribe For Free Updates!

We'll not spam mate! We promise.

Sunday 26 August 2012

Printing defined sentence with C language



// Printing defined sentence
// Programmer name: Sohail ahmed
// Date: 26/02/2011

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

void main(void)
{
clrscr();
printf("\"Hello World\n\nThis is my first program.\n\nI can change the world.\n\n\"");
getch();

}

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

0 comments:

Post a Comment