The ones who are crazy enough to think they can change the world are the ones who do.- Steve Jobs
In C Programming, the word escape sequences means to escape the character from the sequences of words and give special meaning to the escaped character. Refer for More C Escape Sequences.
Refer for More C Constants.
There are 32 keywords. Refer for More C Keywords.
The comma operator is used to separate two or more expression. Where first expression1 is evaluated, then expression2 is evaluated, and the value of expression2 is returned for the whole expression. Refer for More Comma Operator.
The conditional operator is sometimes called a ternary operator because it involves three operands. It is best understood by considering the following example: younger = son < father ? 18 : 40; Refer for More C Conditional Operator.
We may make mistakes(spelling, program bug, typing mistake and etc.), So we have this container to collect mistakes. We highly respect your findings.
© Copyright 2019