how to print hello world in C ecat code example Example: hello world in c #include <stdio.h> int main() { printf("Hello World"); return 0; }