Wednesday, July 22, 2020

Write a Program Hello World in C.

Displaying Hello World

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


OUTPUT

Displaying Hello World
Hello World

 

No comments:

Post a Comment

Please do not any spam link in Comment Box