print in c

C
// print hello world using c
printf("Hello World");printf()
Source

Also in C: