121. Which class is used to handle the windows message and control notification:
Correct answer: (A)
CWnd
122. Which compiler switch is used only with StdAfx.cpp:
Correct answer: (B)
/Yc
123. Which compiler switch is used with all the source code files:
Correct answer: (A)
/Yu
124. Which creates a specific tuple to an existing icon
Correct answer: (A)
Specific association
125. Which debugging mode is smaller and faster:
Correct answer: (B)
Release mode
126. Which driver systematically and logically arrange the data on a storage device as files and folders:
Correct answer: (B)
File system drivers
127. Which drivers are used for the physical storage mediums:
Correct answer: (C)
Storage drivers
128. Which drivers specify the management of multiple partitions on a single storage device:
Correct answer: (A)
Partition drivers
129. Which file contains #include statement for the MFC library header files:
Correct answer: (C)
StdAfx.h
130. Which file is called intermediate file while debugging:
Correct answer: (A)
OBJ