#include int main(){ int x = 10; printf("The address of x: %p\n", &x); return 0; }