Question: int x =5; printf(%i, &(x); printf (%i, *(&(X))); What gets printed?
int x =5; printf("%i", &(x); printf ("%i", *(&(X))); What gets printed?
Step by Step Solution
There are 3 Steps involved in it
Solution For the statement printfix The compiler will print any random value which is the memory loc... View full answer
Get step-by-step solutions from verified subject matter experts
