filmov
tv
C Programming Tutorial in Hindi For Beginners [Part-8] Variables in C Programming

Показать описание
#C-Tutorial #c #tutorial
In this video i will tell you about Variables in C programming.
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 .
Variables in C: A variable is the name of a memory location that stores data. We can change the value of a variable, and we can also reuse it multiple times. We use symbols in variables for representing the memory location- so that it becomes easily identifiable by any user.
Use of the Variables in C
Variables are the storage areas in a code that the program can easily manipulate. Every variable in C language has some specific type- that determines the layout and the size of the memory of the variable, the range of values that the memory can hold, and the set of operations that one can perform on that variable.
The name of a variable can be a composition of digits, letters, and also underscore characters. The name of the character must begin with either an underscore or a letter. In the case of C, the lowercase and uppercase letters are distinct. It is because C is case-sensitive in nature. Let us look at some more ways in which we name a variable.
This tutorial on C Language in Hindi is to help you understand everything you need to know about c and getting started.
Other Popular Courses:
In this video i will tell you about Variables in C programming.
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 .
Variables in C: A variable is the name of a memory location that stores data. We can change the value of a variable, and we can also reuse it multiple times. We use symbols in variables for representing the memory location- so that it becomes easily identifiable by any user.
Use of the Variables in C
Variables are the storage areas in a code that the program can easily manipulate. Every variable in C language has some specific type- that determines the layout and the size of the memory of the variable, the range of values that the memory can hold, and the set of operations that one can perform on that variable.
The name of a variable can be a composition of digits, letters, and also underscore characters. The name of the character must begin with either an underscore or a letter. In the case of C, the lowercase and uppercase letters are distinct. It is because C is case-sensitive in nature. Let us look at some more ways in which we name a variable.
This tutorial on C Language in Hindi is to help you understand everything you need to know about c and getting started.
Other Popular Courses:
Комментарии