Computer Science Canada

Passing arrays into subprograms

Author:  Danyn [ Sat Jan 25, 2014 10:54 pm ]
Post subject:  Passing arrays into subprograms

So our teacher told us that we needed to know how to pass arrays into subprograms for the exam.

Unfortunately for me, I was absent for a couple of days when he was going through arrays so I'm still not too sure about them

Can someone explain arrays and how I would pass them into subprograms and what are some things that would require passing arrays into subprograms?

Author:  Zren [ Sat Jan 25, 2014 10:58 pm ]
Post subject:  Re: Passing arrays into subprograms

Subprograms (Functions/Procedures): http://compsci.ca/v3/viewtopic.php?t=14665
Arrays: http://compsci.ca/v3/viewtopic.php?t=14333

From everything else, there's Mastercard the Turing Walkthrough.


: