What is Datatype in C language | Datatype and its type in C programing in hindi Lurn Today

Опубликовано: 13 Март 2026
на канале: Lurn Today
1,674
34

In this video we will study about datatype.
what is datatype and its types.

Each variable in C has an associated data type. Each data type requires different amounts of memory and has some specific operations which can be performed over it. Let us briefly describe them one by one:
Following are the examples of some very common data types used in C:

char: The most basic data type in C. It stores a single character and requires a single byte of memory in almost all compilers.
int: As the name suggests, an int variable is used to store an integer.
float: It is used to store decimal numbers (numbers with floating point value) with single precision.


all data types in c
types of data types
long data type in c
size of double data type
double data type in c
size of data types in c
data types in c language
all data types in c
types of data types
long data type in c
size of double data type
double data type in c
data types in programming language
size of data types in c
data types in c language