#include int main(void) { int intVal = 10; printf("lvalue: %p, rvalue: %d\n", &intVal, intVal); }