Multiple choice technology programming languages

Which among the following is the correct syntax for CLEAR LIST?

  1. CLEAR LIST IN listname

  2. CLEAR LIST listname

  3. CLEAR LIST ON listname

  4. CLEAR listname

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

The correct syntax for CLEAR LIST in Model 204 is 'CLEAR LIST listname' without any preposition like IN or ON. This command removes all entries from the specified list. Option B correctly shows the proper syntax. Options A and C are incorrect because they use unnecessary prepositions (IN, ON). Option D is incorrect because it omits the required LIST keyword.