Just a general question. If I have a function(called Function 1). Inside this function I call another function (Function 2, has no parameters). Within Function 2, I create an array and will need to use this array in Function 1. Do I need to return the array(more difficult in C) or can I somehow access the array from Function 1?



LinkBack URL
About LinkBacks



