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

Best explanation: Because \a is used to PRODUCE a BEEP SOUND.



Discussion

No Comment Found

Related InterviewSolutions