#include int main() { printf( "%p\n", main ); printf( "%p\n", printf ); return 0; }