InterviewSolution
Saved Bookmarks
| 1. |
Define escape sequence. Also write the use of any three escapes sequences. plz can anyone Ansr me the qstn plz |
|
Answer» sequence are the special CHARACTERS used for DIFFERENT operations in PROGRAMMING languages.Types of escape sequence CHARACTER are :1./t - horizontal TAB 2./n - next line3./b - inaudible bell |
|