Multiple choice technology operating systems

To check for any hanging paranthesis use the command

  1. #

  2. %

  3. [

  4. }

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

In vi editor, the percent character (%) is used to find matching pairs of parentheses, braces, and brackets. When the cursor is on one of these characters, pressing % will move the cursor to its matching counterpart. This helps verify balanced brackets and parentheses in code.