how to write a c program to print hello world

 #include<stdio.h>

   int main()

{

      printf("hello world");

      return 0;

}


FOR YOUTUBE VIDEO VISIT-

https://youtu.be/ceq5NEF-ULM

Comments

Popular Posts