excans:71dc728e0f: Difference between revisions
From Stochiki
(Created page with "* 3 data types : '''long int''', '''short int''','''float'''. * On my computer : ** long int : 4 bytes ** short int : 2 bytes ** float : 4 bytes * we can not use 'int' or 'float' as a variable's name.") |
mNo edit summary |
||
Line 5: | Line 5: | ||
** float : 4 bytes | ** float : 4 bytes | ||
* we can not use 'int' or 'float' as a variable's name. | * we can not use 'int' or 'float' as a variable's name. | ||
'''References''' | |||
{{cite web |url = https://en.wikibooks.org/w/index.php?title=C_Programming/Exercise_solutions&oldid=3676254 |title= C Programming/Exercise solutions | author = Wikibooks contributors |website= Wikibooks |publisher= Wikibooks |access-date = 13 May 2024 }} |
Latest revision as of 21:50, 13 May 2024
- 3 data types : long int, short int,float.
- On my computer :
- long int : 4 bytes
- short int : 2 bytes
- float : 4 bytes
- we can not use 'int' or 'float' as a variable's name.
References
Wikibooks contributors. "C Programming/Exercise solutions". Wikibooks. Wikibooks. Retrieved 13 May 2024.