Owes Shubho

owes-shubho-logo

Hello World In C Programming

Hello Word Code For C Programming

#include<stdio.h>
int main()
{
   printf("Hello World!!");
   return 0;
}

Output :

Hello World!!

Leave a Reply

Your email address will not be published. Required fields are marked *