What is the output of the following code snippet @echo off for /l %%X in (C:*) do echo %%X
Displays the names of the directories present in C Drive
Infinite loop
Syntax Error
None of the above