What are the four basic 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 Zurich, Lives in Zurich, Switzerland.
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-05 06:56:19
评论(499)
Helpful(122)
Helpful
Helpful(2)

Benjamin Collins
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...