Thursday, July 1, 2010

Lab-Program- Array.cpp

Array.cpp

This class consists of two main functions
1. readArray()-- to take the elements into an array
2. printArray()-- to display the elements on the screen
You have to include this file, if there is a need

1 comment:

  1. Sir, before running the print statement we need to check if the array contains any element or else the output of this program will display garbage values.

    ReplyDelete