If pt is declared as a pointer to a structure of type Employee, ____ refers to the variable whose address is in the pt.idNum variable.
A. (*pt).idNum
B. *pt.idNum
C. pt->idNum
D. (*pt.)idNum
Answer: B
Computer Science & Information Technology
You might also like to view...
In a tree with N nodes, what is the value of EPL(T) – IPL(T)?
a. 1 b. N c. N + 1 d. 2N e. none of the above
Computer Science & Information Technology
The area that displays the contents of the current folder or library is the:
a. details pane b. preview pane c. file list
Computer Science & Information Technology
A color ____________________ is a combination of colors that work well together.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
What is the name of a cryptographic attack based on a database of pre-computed hash values and the original plaintext values?
A. Brute force attack B. Rainbow table attack C. Frequency analysis D. Chosen plaintext attack
Computer Science & Information Technology