Multiple choice technology programming languages

The store record statement should not end with which of the following?

  1. END STORE

  2. END LABEL

  3. END BLOCK

  4. END UPDATE

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

A STORE RECORD statement should not end with END BLOCK, which is used for grouping code blocks. STORE RECORD statements require proper termination specific to data storage operations, such as END STORE or END LABEL.