True/False
The expression *s->p; indicates that s is a structure pointer and p, which is also a pointer, is a member of the structure pointed to by s.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: A structure _ contain members of the
Q3: You cannot directly assign an integer value
Q4: A good reason to pass a structure
Q5: In C++11 if you want to retrieve
Q6: Passing a structure as a constant reference
Q7: If Circle is a structure, what does
Q8: In C++11, you can use a new
Q9: The name of a structure is referred
Q10: It is possible for a structure to
Q11: Before a structure can be used it