Multiple choice technology programming languages

Command used to refine the declared variables

  1. REASSIGN

  2. REDECLARE

  3. REDEFINE

  4. None of the above

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

In languages like Software AG's Natural or COBOL (with REDEFINES), the REDEFINE statement is used to refine or restructure already declared variables or memory fields. This allows programmers to map new structures or different data types to the same physical memory space.