What are the five types of data 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 Labour Organization, Lives in Geneva, Switzerland.
There are five basic data types associated with variables:int - integer: a whole number.float - floating point value: ie a number with a fractional part.double - a double-precision floating point value.char - a single character.void - valueless special purpose type which we will examine closely in later sections.
2023-05-09 06:56:18
评论(499)
Helpful(122)
Helpful
Helpful(2)

Noah Garcia
QuesHub.com delivers expert answers and knowledge to you.
There are five basic data types associated with variables:int - integer: a whole number.float - floating point value: ie a number with a fractional part.double - a double-precision floating point value.char - a single character.void - valueless special purpose type which we will examine closely in later sections.