Watch is data ripe in c program | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Watch is data ripe in c program

10th Dec 2020, 4:24 PM
s.r technical
s.r technical - avatar
1 ответ
+ 1
u mean all of the data types in the c? int The integer number float The fractional number double The fractional number of increased precision char The any symbol void The empty type(do not return any) if you don't understand the difference between float and double, then look this float example : 23.0000 double example : 23.00000000 also C has modifiers: long short signed unsigned
10th Dec 2020, 4:39 PM
Иван Чикyнов
Иван Чикyнов - avatar