Given float *pf; int *pi; Which of the following is true?

1.7 Given float *pf; int *pi; Which of the following is true?
A) sizeof(pf) > sizeof(pi)
B) sizeof(pi) < sizeof(pf)
C) sizeof(pi) = = sizeof(pf)
D) none of the above


Leave a Reply