PRINCIPLES OF PROGRAMMING LANGUAGES
SET # 1
- Determine the range and size of integers through programming.
- Internal representation of bit pattern of integers (posetive and negative).
- Internal representation of boolean datatypes.
- Operators allowed on pointers
- Date operations
- Address calculation function of 1-D array
- Address calculation function for 2-D array
- Internal ordering of struct data type in C.
- Concept of union in C
- Internal representation of floating-point numbers.
SET # 2
- Reference variables vs. pointer variables
- Pass by reference using reference variable and its side effects
- Program which accepts an expression and evaluates it.
- Static Scoping and Dynamic Scoping.
- Some simple programs using recursion.
No comments:
Post a Comment