Multiple choice technology programming languages

Which data type cannot be used to define parameters

  1. Type N

  2. Type C

  3. Type F

  4. Type P

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In ABAP, Type F (floating point) cannot be used to define parameters in FORM/PERFORM statements, whereas Types C (character), N (numeric character), and P (packed) are valid parameter types.