Multiple choice technology operating systems What will be the output of the command prompt $l$p$g? <c:> C:> C:>> C:<> 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 ''.