________is used to create block comment for selected text.
-
ctrl+shift+\
-
ctrl+shift+/
-
alt+/
-
ctrl+\
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.