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;.
Fill in the blank(s) with the appropriate word(s).
studentPtr->gpa
Computer Science & Information Technology
You might also like to view...
To create another line in the same cell of a table, you would press the _______ key.
a. Enter b. Alt + Tab c. Alt d. Tab
Computer Science & Information Technology
____ hard drives are permanently located inside the system unit and are not designed to be removed, unless there is a problem with them.
A. Static B. Internal C. External D. Network
Computer Science & Information Technology