HOW TO PRINTING THE MESSAGE IN C PROGRAM
#include //header file stdio.h
#include //header file conio.h
main() //main function
{ //start of the progarm
clrscr(); //clrscr function use to clears the screen
//to print the message
printf("Welcome To LETS SEE C PROGRAM BLOG ");
getch();
} //end of the program
#include
#include
main() //main function
{ //start of the progarm
clrscr(); //clrscr function use to clears the screen
//to print the message
printf("Welcome To LETS SEE C PROGRAM BLOG ");
getch();
} //end of the program
No comments:
Post a Comment