Quiz

1. When using Intel® compilers

A) It's necessary to compile the entire program with the Intel compiler
B) It's possible to compile part of the program with Intel compilers
C) Intel compilers and icc are incompatible


2. When using the Compiler Selection Tool, how do you tell Microsoft* Visual Studio* 6.0 to compile for the Itanium® architecture with the Intel compiler?

A) Click Intel C++ Compiler in the Intel Itanium Compiler section of the Compiler Selection Tool
B) Add WIN64 as one of the preprocessor definitions
C) Add /machine:ia64 to the compiler, linker and library settings
D) All of the above