==================> The line which is terminated with a ( ; ) is known as statement.
In C language ( ;) is known as statement terminator.
Braces { and } are used to group declarations and statements together into a compound statement, or block this is consider as a single statement.
List of Important Escape Sequence:==========================> In C language, these below characters are called as Non- printable characters.
Examaple:-
\n --> new line
\t --> tab space
\a --> beep sound
\b --> back space
\0 --> null space
\r+\l = \n .
etc.....
0 comments:
Post a Comment