How to use Data Types Variables in C Language (Gujarati)

Опубликовано: 11 Июль 2026
на канале: Ravi R. Oza
310
20

Data types specify how we enter data into our programs and what type of data we enter.
C language has some predefined set of data types to handle various kinds of data that we can use in our program.
Each type is represented differently in the computers memory.

Data Type Description Memory
➡️ int integer quantity 2 bytes
➡️char single character 1 bytes
➡️float floating point number 4 bytes
➡️double double-precision floating point number 8 bytes



Follow me @
🌐 http://www.raviroza.com/
✍️   / ravi.oza.it  
✍️   / raviozait  
📹    / ravioza101  
LinkedIN : www.linkedin.com/in/ravi-oza

#RaviROza #CLanguage #Turboc