Comments In C Programming language
Comments in C language Understanding Comments in C language: - In this blog post, I would like to discuss with you the term "Comment". Comments: - In C programming, comments are generally used as the explanation in a source code( or code). The comments written in the source code are non-executable, So the compiler does not execute the comments written. There are two types of comments in C. They are: - Single-line comment (or) end-of-line comment: - Multi-line comment (or) traditional comment: -