CS 101 Laboratory Programming Assignment Six

Pointer Program

Write a program in which main():

  1. Calls a function to tell the purpose of the program.

  2. 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.