#include main( ) { int x, *p; x = 10; p = x; printf("%d", *p); }