Тёмный

DataTypes in c | what is data types || বেসিক ডেটা টাইপ || HSC ICT Chapter 5 

EICT
Подписаться 25 тыс.
Просмотров 336
50% 1

DataTypes in c | what is data types || বেসিক ডেটা টাইপ || HSC ICT Chapter 5
Integer Data Type
The integer datatype in C is used to store the integer numbers(any number including positive, negative and zero without decimal part). Octal values, hexadecimal values, and decimal values can be stored in int data type in C.
Range: -2,147,483,648 to 2,147,483,647
Size: 4 bytes
Format Specifier: %d
Character Data Type
Character data type allows its variable to store only a single character. The size of the character is 1 byte. It is the most basic data type in C. It stores a single character and requires a single byte of memory in almost all compilers.
Range: (-128 to 127) or (0 to 255)
Size: 1 byte
Format Specifier: %c
Float Data Type
In C programming float data type is used to store floating-point values. Float in C is used to store decimal and exponential values. It is used to store decimal numbers (numbers with floating point values) with single precision.
Range: 1.2E-38 to 3.4E+38
Size: 4 bytes
Format Specifier: %f
what is data type,datatype in c,data types in ccp,types of datatype,data types in hindi,what is data types,data type,data types,definition of data type,types of data type,how many types of data types in c

Опубликовано:

 

21 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@eict
@eict 7 месяцев назад
ru-vid.com/group/PL7ZABlAjOfHbvJOC81WhsEYPBMxHm63dv
Далее