(?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“// passarr.cpp // array passed by pointer #include using namespace std; const int MAX = 5;           //number of array elements int main()    {    void centimize(double*);  //prototype    double varray[MAX] = { 10.0, 43.1, 95.9, 59.7, 87.3 };    centimize(varray);        //change elements of varray to cm    for(int j=0; j”

Robert Lafore, Object-Oriented Programming in C++
Read more quotes from Robert Lafore


Share this quote:
Share on Twitter

Friends Who Liked This Quote

To see what your friends thought of this quote, please sign up!

0 likes
All Members Who Liked This Quote

None yet!


This Quote Is From

Object-Oriented Programming in C++ Object-Oriented Programming in C++ by Robert Lafore
420 ratings, average rating, 38 reviews
Open Preview

Browse By Tag