What are the 4 primitive data types 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Oxford, Lives in Oxford, UK.
Classic basic primitive types may include:Character ( character , char );Integer ( integer , int , short , long , byte ) with a variety of precisions;Floating-point number ( float , double , real , double precision );Fixed-point number ( fixed ) with a variety of precisions and a programmer-selected scale.More items...
2023-05-14 06:56:28
评论(499)
Helpful(122)
Helpful
Helpful(2)

Charlotte Young
QuesHub.com delivers expert answers and knowledge to you.
Classic basic primitive types may include:Character ( character , char );Integer ( integer , int , short , long , byte ) with a variety of precisions;Floating-point number ( float , double , real , double precision );Fixed-point number ( fixed ) with a variety of precisions and a programmer-selected scale.More items...