Multiple Choice
Assuming Employee is an already declared structure, the function definition calcNet(Employee *pt) declares the pt parameter as a(n) ____ to a structure of type Employee .
A) pointer
B) class
C) object
D) instance
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: The _ operator restores a block of
Q23: Structure _ can be any valid C++
Q24: By convention, the first letter of a
Q25: A(n) _ is a data type that
Q26: A structure is a(n) _ data structure,
Q28: Structure members can be passed to a
Q29: Both arrays and structures are _ data
Q30: The NULL pointer value, like its end-of-string
Q31: Adding a structure to an array of
Q32: Structures, arrays, and _ can be members