Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Explanation about data types!!!

Status
Not open for further replies.

Lauro

Programmer
Jul 29, 2001
10
BR
Hi all!!!
Well, I know how to use the int, float and char data types in C programming. But, I don't know its definition.
Please, give me the explanation of the exact meaning of data types in computer programming!!!
 
int is a 4 bytes integer number
float 4 bytes number interpreted in a special mode
double 8 bytes number interpreted also in a special mode
char 1 bytes integer number
short 2 bytes integer
Ion Filipski
1c.bmp


filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top