Question
Mocstooks Question 7 of 10 How do ver that has the a ask in the text? Select the correctresconse Search for the question mark character C Types dice before the question m ak C Additive question mark charac tersimalon They the graveaccent make before the cquestion mark
Solution
4.5
(296 Votes)
Virgil
Professional ยท Tutor for 6 years
Answer
The correct answer is **Type a backslash before the question mark**.In many programming languages and markup systems (like LaTeX), the question mark often has special meanings (e.g., in regular expressions or as part of syntax). To display a literal question mark, you need to "escape" it. The backslash character `\` serves this purpose. So, typing `\?` will tell the system to treat the question mark as a regular character and display it as intended.