C Programming Part 3: First C Program




Copy and paste this code on your IDE
=================================
#include <stdio.h>
int main(0 { 
/* My First Program in C */
printf("Hello, World! \n"); 
return 0 ; 

==================================

Walang komento:

Mag-post ng isang Komento