Description: programming languages Online Quiz - 314 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which among the following is true for the below definition? Account-Record 1 100 A Account-Number Account-Record 10 N Account-Entity Account-Record +15 03 A State-Code Account-Record +15 03 A
Which among the following is true?
Which among the following is not an input I-O operation?
Which of the following statement is False
How to conditionally execute one of several group statements based on value of specific field
How to get the length of the record read?
What is the mandatory section in Easytrieve?
Which of the following you cannot use if you use DROP in data step?
Which of the following is a format but not informat?
Which of the following is not used to read inline data?
What happens if you use IN statement with SET: Data Test1; set one two (in=two); if two; run;
What is the latest SAS version?
MFC application wizard does not provide support for serialization of document data.
Which class implements the role of the WinMain() function?
Which macro is used to make an identifier name recognizable to an MFC or Win32 function?
The DECLARE_MESSAGE_MAP macro should be provided at
CWinThread is the base class of CWinApp.
Which application uses the Document/View Architecture concept?
The fundamental classes of MFC are declared in which of the following header file?
Which of the following is true about dialog boxes? a)Modeless dialog boxes are used when the requested information is not essential to continue. b)Modal dialog boxes are those which temporarily halt the program in that the user cannot continue until the dialog has been closed.