Guest
Answered On : Sep 26th, 2006
option c is wrong i.e. a1->p1. Because a1 is not a pointer, you can not refer its member through -> operator.

1 User has rated as useful.
Login to rate this answer.
c is the wrong option as a1 is not a pointer variable
Login to rate this answer.
naresh
Answered On : Feb 22nd, 2007
hi frns
the above one ans is c
because a1 can hold only the value of s1 but not its address value........
abd more over p1 cant be hold by a1 so the a1 cant become pointer to p1
Login to rate this answer.