C_programming's profile picture. /* Hello World program */  
#include stdio.h
 
int main()
{
  printf(Hello world\n);
  return 0;
}

C Program

@C_programming

/* Hello World program */ #include stdio.h int main() { printf(Hello world\n); return 0; }

/*Hello World Program*/ #include <stdio.h> int main() { printf("Hello world\n"); return 0; } #Cprogram #Cprogramming #myfirstTweet


United States الاتجاهات

Loading...

Something went wrong.


Something went wrong.