Yurttas/PL/IL/C/F-mar11/03/01/05/index page

Dr. Salih Yurttas yurttas@zcubes.com
programming languages - design principles, implementation constructs
c

  1. data types

    1. elementary types - bool

      • declarations-definitions

        [ there is no bool type as elementary type in ansi-c, like in C++, but you can abstract it by int, char, unsigned implementation. ]

1 | flow of control << 3 >> data types | 5