Question: Rewrite the following two statements using the structure pointer operator: (*rptr).windSpeed = 50; *(*strPtr).num = 10;
Rewrite the following two statements using the structure pointer operator:
(*rptr).windSpeed = 50;
*(*strPtr).num = 10;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
