View on GitHub

CC

CC practice and cheat sheets

printf

General usage is printf("argument_string", argument_list)

Java has System.out.printf() too