#include <stdio.h> int main () { int (*print_func)(const char*) = printf; print_func("I know everything about C"); }
Standard input is empty
I know everything about C
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!