InterviewSolution
Saved Bookmarks
| 1. |
What does ‘\a’ escape code represent?(a) alert(b) backslash(c) tab(d) form feedI got this question in exam.This intriguing question comes from Types in section Types, Pointers, Arrays & Structures in C++ of C++ |
|
Answer» Correct choice is (a) alert |
|