Search the Whole World Here.,.,

Write C Program to print Hello World





/*Program to print  a Hello World*/

//header file
#include
#include

//main function
int main(){

                printf("Hello, World!");
                getch();
                }





For more help watch the video...








EmoticonEmoticon