Lecture 2 C Programming Language

6/1/00


Click here to start


Table of Contents

Lecture 2 C Programming Language

Summary of Lecture 2

Characters

Relational and Logic operations

Bitwise Operations

Integer Division

Implicit / Explicit Conversions

Unsigned Data Types

Arrays

Arrays in Memory

Pointers - Introduction

Pointers and Arrays

Pointers - Examples

Pointers to Pointers

Strings

Arguments

argc, argv example

Pass by Value vs. Pass by Pointer

Summary of Lecture 2

Author: Aya Aner

Email: aya@cs,columbia.edu

Home Page: http://www.cs.columbia.edu/~aya/W3101-01