The general expression (*pointer).member can always be replaced with the notation ____.
A. *(pointer.member)
B. *(pointer->member)
C. pointer->member
D. member->pointer
Answer: C
Computer Science & Information Technology
You might also like to view...
When creating a new contact, Outlook automatically inserts in the File as box the contact's full name, usually in First Name, Last Name format.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Write up a use case scenario for the use case diagram for Elrod Manufacturing.
The use cases are illustrated below. They may vary from student to student. (Continued below.)
Computer Science & Information Technology
The ____ command waits for Lion to save your work and then turns off the computer fans and hard disk.
A. Shut down B. Restart C. Sleep D. Snooze
Computer Science & Information Technology
Fields declared to be static are not always final.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology