Important facts in c
1. character \b is used as back space.
2. character \r is used to print from the beginning of the line.
3. pre-increment with post-increment like ++i++ will give compile error as non-lvalue increment
4. Expression evaluation from left to right and argument passing from right to left. // VIMportant
Advertisement
