Yurttas/PL/IL/C/F-mar11/03/01/05/index page
Jump to navigation
Jump to search
Dr. Salih Yurttas yurttas@zcubes.com
programming languages - design principles, implementation constructs
c
- data types
- elementary types -
bool
- declarations-definitions
[ there is nobooltype as elementary type in ansi-c, like in C++, but you can abstract it byint, char, unsignedimplementation. ]
- declarations-definitions
- elementary types -
1 | flow of control << 3 >> data types | 5