oter

Comments are used to document code for clarity from "summary" of C Programming Language by Brian W. Kernighan,Dennis Ritchie

Comments are used to document code for clarity. Comments can clarify the intent of the code so that others (or yourself) can understand it more easily. Good comments can save hours of frustration and debugging. There are two ways to insert comments in C programs. The first method uses the /* and */ delimiters, which can extend across line breaks. The second method uses the // delimiter, which terminates at the end of the line. It is essential to keep comments up to date. If you change the code, update the corresponding comments. Comments should be clear, relevant, and concise. Over-commenting can be as harmful as under-commenting. A good rule is to write comments that explain things that the code cannot. Comments should not just res...
    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.