hannahmh9881 hannahmh9881 06-01-2023 Mathematics contestada what is the value of x after the following statements execute? int x = 25; int *p; p = &x; *p = 46;