Which one of the following statements is TRUE?
#include stdio.h
main()
{
int i;
int *pi = &i;
scanf("%d", pi);
printf("%d\n", i+5);
}

Posted on by