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

This appears to be a SAP ABAP question. In ABAP, Type F (floating-point) cannot be used to define parameters - it's not allowed for parameter definitions due to precision and rounding issues. Types N (numeric text), C (character), and P (packed number) are valid parameter types.