printf variable code example Example 1: print variable c printf("%d\n", x); Example 2: print in c // print hello world using c printf("Hello World");