Given the following codenamespace globalType{void printResult();}which of the following statements is needed to access printResult?
A. globalType.printResult();
B. globalType.printResult;
C. globalType::printResult();
D. globalType:printResult();
Answer: C
Computer Science & Information Technology
You might also like to view...
A management information system (MIS) is exactly the same as a transaction processing system (TPS); the two terms can be used interchangeably.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Select the most commonly used site organization for commercial web sites.
a. random b. linear c. hierarchical d. none of the above
Computer Science & Information Technology