You are on page 1of 1

1.

Motivation, Level, Book, Introductory stuff


Theory Fri forenoon 11-12.30
Lab #1 Tue afternoon ; #2 Fri afternoon
Asking doubts/ questions
2. Look at some examples find_max.c lcm.c gcd.c 3np1.c
3. Notion of program as set of functions
3.1 'main()' as a special function
4. Notion of function as sequence of statements
5. Notion of statement as formed of expressions
5.1 Different kinds of expressions
5.2 Blocks as a way of grouping statements
5.3 expressions that can leave an 'effect'
6. Notion of stored value variables
6.1 value
6.2 location
6.3 size
6.4 type

You might also like