programming languages Online Quiz - 157
Description: programming languages Online Quiz - 157 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
What is the operator to specify the continuation of line
Data: itab type table of but000. (BP number is a primary key)
WRITE: / 'This is John' 's bicycle'.
how many size categories are available in tables?
What is Pretty Printer Job
ITS means
If "Fixed point arithmetic " is set as true, then the period in which data type will be affected
Concatenation function is possible only for
LOOP AT ITAB INTO LINE. ENDLOOP.
data: a, b, c. c = 20. a = b = c. write a, b, c. What is the output for the above program?
DATA: ULTIMO TYPE D. ULTIMO = SY-DATUM. ULTIMO+6(2) = '01'. ULTIMO = ULTIMO - 1. write: ultimo.
What is the use of SIGN field in select options
What is the use of "RANGES" - a declarative keyword
Which of the following is an invalid section header for data devision.