This note covers the following topics:
Pointers in C, Pointers as Arguments, Passing Pointers to a Function, Code Using
Pointers, Null Pointer, Syntax for Pointer Operators, C Code for IntDivide,
Arrays , Array as a Local Variable, Passing Arrays as Arguments, I/O with
Strings, Arrays, Pointers and Pointer Arithmetics.
Author(s): Don
Fussell, University of Texas at Austin
This note covers the following topics:
Pointers, Sizes of basic data types, Address Operations, Pointer Arithmetic,
Arrays and Pointers, Schematic Diagram of num elts, Passing Pointers to
Functions
This note covers the following topics: Pointers, Memory, Two Operators ,
Declaration, Passing Pointers to Functions , Multiple Return Values, Arrays,
Strings and Dynamically Allocating Arrays.