#include int main() { int mavariable = 420; int* mon_pointer = &mavariable; struct printf("%p\n", *mon_pointer); }