Its Just Like Taking a Chocolate out of a wrapper…lol
You Will Need A Compiler For It…….I am using TURBO C
First Day I Was Taught This
Code:
#include<stdio.h>
#include<conio.h>
void main (){
clrscr();
printf("WELCOME TO C");
getch();
}
Code:
#include<stdio.h>
#include<conio.h>
If you don’t include them you will get an error saying “Prototype Missing”
Code:
clrscr();
Code:
printf("WELCOME TO C");
Code:
getch();
SO I HOPE YOU UNDERSTAND EVERYTHING……..If You Hav any queries Or Anything Just Ask me…..:D
THANKS
0 comments:
Post a Comment