Lecture Slides

0

pdf

Course Outline

1

pdf

Course Overview

2

pdf

Structure of C Program

3

pdf

Built-in Datatype

4

pdf

Assignment and arithmetic operators

5

pdf

Pointer variable, memory location and content

6

pdf

Basic IO

7

pdf

Expression and Statement

8

pdf

Iteration in C

9

pdf

for-loop

10

pdf

sin x

10a

pdf

Iteration from inductive definition

11

pdf

Function

12

pdf

Representation of int data

13

pdf

Recursive Function

15

pdf

IEEE 754 - floating-point data

16

pdf

1-D Array

17

pdf

Recusive Program efficient/inefficient

19

pdf

Sorting I

20

pdf

Programming with Strings

21

pdf

2-D Array

22

pdf

Quick Sort and Merge Sort

23

pdf

Dynamic Allocation of 1-D and 2-D array

24

pdf

User defined datatype - using struct, typedef

25

pdf

Self-referencing Strecture and List

26

pdf

Implementation of a data type (not req. for exam.)

27

pdf

Stack and Queue on Array

28

pdf

Stack and Queue on Self-referencing Structure

29

pdf

File Access

30

pdf

Command-line Argument