C Function and Pointers Questions and Answers

The scope of a static variable is local to the block in which the variable is defined. However, the value of the static variable persists between two function calls.
The register keyword tells the compiler to store the variable onto the CPU register if space on the register is available.....
When a certain variable is declared with the keyword ‘auto’ and initialized to a certain value.....