Unit-2 Embedded C Coding Example - cs3691
Unit-2 Embedded C Coding Example - cs3691
Register variable inform the compiler to store the variable in register instead
of memory. Register variable has faster access than normal variable.
Frequently used variables are kept in register. Only few variables can be
placed inside register. Note that we can never get the address of such
variables.
# PROGRAM 1
# PROGRAM 2
# PROGRAM 3
# PROGRAM 5
# PROGRAM 6
# PROGRAM 7
# PROGRAM 8
# PROGRAM 9
# PROGRAM 10