Home > database >  notes
notes

Time:10-06


1. The data typeThe basic data type
Integer
Integer - int - 4 (characters)
Long, long int 8
-Short integer - short int - 2
The decimal (floats)
Single precision - float - 4
Double - doublt - 8 characters - char - 1
Composite data type
Structure
Enumeration sharing body
2 what are variables?
Nature: a storage space in memory
3. How to variable naming? By letters, Numbers or an underscore, and the beginning must be composed of letters or slip line; And cannot be the same as the key,

CodePudding user response:

Please note sent to personal blog, thank you
Prev:notes
Next:notes