Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 5 (Q.No. 33)
33.
Which of the following backslash codes used for bell?
\b
a
\r
\s
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Ayesha said:   5 years ago
Escape sequences are used to represent certain special characters within string literals and character literals.

\a Alert (Beep, Bell)
Here, \ (called the "Escape character").
(1)

Karthik said:   8 years ago
What is bell here?

Rajani said:   5 years ago
Bell means what?

Post your comments here:

Your comments will be displayed after verification.