421. Which operator determines amount of storage needed for classes and structures:
Correct answer: (A)
sizeof
422. Which macro sends an output message to the debug window of compiler:
Correct answer: (C)
TRACE
423. There are many applications that provide support for menus that are:
Correct answer: (D)
All of these
424. On selecting a menu item, which message is issued to the window of the main frame:
Correct answer: (A)
WM_COMMAND
425. Which class can be used to handle menus by MFC class Library:
Correct answer: (C)
Cmenu
426. Which name is used to identify the menu item:
Correct answer: (A)
Caption
427. Which member function resembles the OnDraw member function from CMouseTestView:
Correct answer: (A)
CMenuView::OnDraw
428. Which function is used to print a message:
Correct answer: (A)
TextOut
429. ___________ are basically the keyboard for message handling function:
Correct answer: (C)
Keyboard Accelerators
430. Which windows message is responsible for displaying the context menus:
Correct answer: (A)
WM_CONTEXTMENU