Multiple choice general knowledge

________is used to create block comment for selected text.

  1. ctrl+shift+\

  2. ctrl+shift+/

  3. alt+/

  4. ctrl+\

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

In most code editors and IDEs, ctrl+shift+/ is the standard keyboard shortcut to create or remove block comments around selected text. This shortcut works universally across popular editors like VS Code, Sublime Text, and many JetBrains IDEs. The other options listed are not standard shortcuts for creating block comments.