Saturday, 27 June 2020

ESCAPE SEQUENCE IN C

The following list explains about escape sequence.

SYMBOL        MEANING

\a                         Alarm/beep sound.
\b                         Backspace.
\0                         Null.                          
\x                         Hexa decimal
\'                          Single quote.
\"                         Double quotes.
\\                          Back slash.
\?                         Question mark.
\f                          Form feed/ female mark.
\v                         Vertical tab.
\t                          Horizontal tab.
\r                          Carriage returns.
\n                         New line.

No comments:

Post a Comment

C Programming

What is DBMS in brief?

A Database Management System (DBMS) is a software suite designed to efficiently manage, organize, store, manipulate, and retrieve data. It a...