CS 101 Laboratory Programming Assignment Six
Pointer Program
Write a program in which main():
- Calls a function to tell the purpose of the program.
- Uses a loop to call a function that prompts the user to enter an integer and prints out
the integer and the storage address of the integer. The loop terminates if the entered
integer is zero.
This page established February 26, 1999; last updated February 26, 1999.