Posts

Showing posts from May, 2021

Comments In C Programming language

Image
 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: -  

"Introduction to C programming Language"

 Introduction To C -for beginners.   Generally speaking, for conveying some message or to interact with someone we use   Language   as a medium. Similarly, to communicate with a computer we need a language. There are different types of languages that are used to provide a set of instructions to a computer, they are known as    Programming Languages.