Format Specifiers (%_)
Format specifiers in the form of "% (something)" are used to tell the printf or scanf, what input or output it should be expecting....
FE1008/CY1402-"Error: stray '\240' in program"
If you have been copy-and-pasting my code, you might have faced this error when you compile using any IDE. This error is due to the...
FE1008/CY1402-Pre and Post Increment/Decrement Operators
In this section, we will discuss more about increment and decrement operators which are operators to add 1 or minus 1 to the value of a...
Notes on FE1008/CY1402-for, while, do while loops
This post will explain to you more on how the 3 types of loops work, similarities, differences and how to convert from one form to...