Write a first C Program

#include <stdio.h>
  int main ()
  {
    printf("\nWelcome to the world of c")
    return 0;
   }
/***************************************************************/
Output:
Welcome to the world of C

Post a Comment

0 Comments