Contents

Escape Sequence


The distinctive character that are used to control the printing behavior of the output stream object is called
a) insertion operators               
b) escape sequence
c) keystrokes                           
d) extraction operator

b



Which of the following escape sequence is used for alert in C++ program?
a) \a    
b) \b                
c) \f                 
d) \n


a

Which of the following escape sequence is used for backspace in C++ program?
a) \a     
b) \b                
c) \f                 
d) \n

b

Which of the following escape sequence is used for form feed in C++ program?
a) \a     
b) \b                
c) \f                 
d) \n

c

Which of the following escape sequence is used for new line in C++ program?
a) \a     
b) \b                
c) \f                 
d) \n

d