1.

Write a C++ statement to print the following sentence. Justify. “\ is a special character”

Answer»

cout<<“\\ is a special character” 

\\ is treated as an escape sequence



Discussion

No Comment Found

Related InterviewSolutions