Computer Science 61C Wawrzynek and Weaver Pointers, …

• Similar to Java, but with a few minor but important ... • 0 (integer) ... • Pointers are used to point to any kind of data (int, char, a struct, a pointer to a pointer to a pointer to a char, etc.) • Normally a pointer only points to one type (int, char, a struct, etc.). ................
................