c language learning notes (continuously updated)
One c file can only have one main function; There can be more than one in a project c documents.
1. Data type
charCharacter data typeshortShort intintegerlongLong integerlong longLonger integerfloatSingle-precision floating-point doubleDouble precision floating point number
View data type bytes Unit in computer:
Bit - bit byte - byte = 8bi ...
Posted by sgt.wolfgang on Fri, 04 Mar 2022 20:35:08 +0100