Hello World program in c language

 #include<studio.h>

#include<conio.h>

Int main {

Printf("Hello World");

Return 0;

}


Post a Comment

0 Comments