What is the output of the following code snippet @echo off for /l %%X in (C:*) do echo %%X

  1. Displays the names of the directories present in C Drive

  2. Infinite loop

  3. Syntax Error

  4. None of the above


Correct Option: B

Find more quizzes: