In this Hindi tutorial, you will learn how to comment in C programs. Comments are a way to add notes to your code that will not be executed by the compiler. This can be useful for explaining your code, documenting your thought process, or making your code more readable

C programming is a general-purpose computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. C is the most widely used computer language. C Programming  also considered to be the mother of all programming languages.

C programming language is a MUST for students to become a great Software Engineer.

C programming is the best way to learn to code and become a programmer. This course will teach you C language from the basics and it is beginner friendly .

A comment is an explanation or description of the source code of the program. It helps a developer explain logic of the code and improves program readability. At run-time, a comment is ignored by the compiler.

There are two types of comments in C:

1) A comment that starts with a slash asterisk /* and finishes with an asterisk slash */ and you can place it anywhere in your code, on the same line or several lines.

2) Single-line Comments which uses a double slash // dedicated to comment single lines

This tutorial on C Language in Hindi is to help you understand everything you need to know about c and getting started.

#c #programming 

C Programming in Hindi | Learn how to comment in C programs
1.05 GEEK