What are the fundamental data type 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at the International Renewable Energy Agency, Lives in Abu Dhabi, UAE.
Fundamental datatypes are those data types using which u can make more complex data types. C has got 4 fundamental data types, and they are :- char(1byte), int(2-4bytes), float(4-8bytes) and double(greater than 8bytes). The size of char data type s constant on all systems.
2023-05-12 06:56:21
评论(499)
Helpful(122)
Helpful
Helpful(2)

Scarlett Lee
QuesHub.com delivers expert answers and knowledge to you.
Fundamental datatypes are those data types using which u can make more complex data types. C has got 4 fundamental data types, and they are :- char(1byte), int(2-4bytes), float(4-8bytes) and double(greater than 8bytes). The size of char data type s constant on all systems.