Preprocessor Directives in C
Use the preprocessor for includes, macros, and conditional compilation.
C language tutorials for systems and application programming
Use the preprocessor for includes, macros, and conditional compilation.
Control lifetime and linkage with auto, static, extern, and register.
Know auto as the default for local variables (rarely written explicitly).