In this Hindi tutorial, you will learn about constants in C programming. Constants are values that cannot be changed during the execution of a program. You will learn how to declare constants, use constants in expressions, and define your own constants.

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 .

Constant is a value that cannot be changed during program execution; it is fixed.

In C language, a number or character or string of characters is called a constant. And it can be any data type. Constants are also called as literals.

#c #programming 

C Programming in Hindi | Constant in C | Beginners
1.10 GEEK