sap scripts are Client dependent?
True
False
The AT-SELECTION-SCREEN event is triggered when
ENTER key is hit on the selection-screen
F8 key is hit on the selection-screen
Any field on selection-screen is populated
F4 key is hit on the selection-screen
Following Macro lists out the Process Identification Number (PID)
SYSMAXLONG
SYSDEVIC
SYSENV
SYSJOBID
Following is the extension of the sas bakup file
sas7svew
sas7bods
sas7sbak
sas7bitm
which of the following is the valid format?
TIMEDATEAMPM9
DATEDTMONYY7
WORDDATX3
YYMONDATE6
how many times of line pointer controls?
4
2
3
1
Libname statements can be used to create excel workbooks
We can assign NULL to const pointer after initializing once.
What makes C++ to support function overloading ?
Polymorphism
Inheritance
Name Mangling
Function Signature
Following functionality in C++ violates the encapsulation.
Pointers
Friend Function
Access Specifiers
None