Multiple choice technology operating systems

What will be the output of the command prompt $l$p$g?

  1. <c:&gt;

  2. C:&gt;

  3. C:&gt;>

  4. C:<&gt;

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

The PROMPT command uses special codes: $l produces '<', $p shows the current drive and path, and $g produces '>'. Combined as $l$p$g, they create the prompt format ''.