oter

Preprocessor directives control the compilation process from "summary" of C Programming Language by Brian W. Kernighan,Dennis Ritchie

Preprocessor directives control the compilation process. They provide a way to conditionally include or exclude code at compile time, or to define symbolic constants or macros. The preprocessor operates on the text of a program before actual compilation takes place. One common preprocessor directive is "#define", which defines a symbolic constant or macro. For example, "#define MAX_SIZE 100" defines MAX_SIZE as a constant with the value 100. Another directive is "#ifdef", which includes code if a certain symbol has been defined. Preprocessor dire...
    Read More
    Continue reading the Microbook on the Oter App. You can also listen to the highlights by choosing micro or macro audio option on the app. Download now to keep learning!
    oter

    C Programming Language

    Brian W. Kernighan

    Open in app
    Now you can listen to your microbooks on-the-go. Download the Oter App on your mobile device and continue making progress towards your goals, no matter where you are.