Escape sequences in C
Character combinations consisting of a backslash (\) followed by a letter or by a combination of digits are called “escape sequences”
Volatile in multi-threaded applications
We are discussing volatile variables as a Global variables within a multi-threaded application here
Volatile in interrupt service routines
we are discussing volatile variable in interrupt service routines here
Volatile in Peripheral registers
we are discussing volatile in memory mapped pheripharal rigisters here
Volatile in C
Volatile keyword says the compiler that no optimiztion on the variable.
Structure padding in C
Structure padding in c programming -Structure padding is adding extra bits at the end,so that the structure completes the word boundary.
Data types in C
The C programming language offers various data types to suit different purposes.