My First c program program

 //My first step of c programming

#include<stdio.h>
main ()
{

  printf("welcome to the world of c programming");

 

}

 Output :

Welcome to the world of c programming

Comments