Short Answer
Consider the following declaration of a struct:
struct studentType
{
char name[26];
double gpa;
int sID;
char grade;
};
studentType student;
studentType *studentPtr;
The statement (*studentPtr).gpa = 2.5; is equivalent to ____________________ = 2.5;.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Given the statement double *p;, the statement
Q13: Run-time binding is also known as _
Q24: In C++, pointer variables are declared using
Q30: In a _ copy, two or more
Q31: Which of the following would be appropriate
Q33: A(n)_ is a collection of distinct elements
Q34: The statement that declares board to be
Q35: Given the declaration int *a;, the statement
Q35: For classes with pointer member variables,you should
Q44: The C++ operator _ is used to