Yurttas/PL/IL/C/F-mar11/index page
Jump to navigation
Jump to search
Dr. Salih Yurttas yurttas@zcubes.com
programming languages - design principles, implementation constructs
c
- program units and overall structure
- physical design, logical design
- functions, header files
- separate, individual compilation
- built-in libraries
- physical design, logical design
- flow of control
- expressions and statements
- sequence
- decision
- repetition
- blocks
- functions
- expressions and statements
- data types
- elementary types
- composite types: array, struct[union]
- pointers
- enum, typedef
- io
- stdin, stdout, stderr
- file io
- low-level io
- design and programming
- abstraction, modularization, encapsulation
- functions, headers, libraries