passing values to functions - question repeated

2002-01-29 Thread Shiraz Baig
Hi, I am going to repeat my question and try to clarify it further. We know that in any program, whenever we call a function, we have to pass some data to that function and then only that function can use that data. In my program (that I posted earlier), The function to be called is:

Re: passing values to functions - question repeated

2002-01-29 Thread Sven Neumann
Hi, Shiraz Baig [EMAIL PROTECTED] writes: I am going to repeat my question and try to clarify it further. We know that in any program, whenever we call a function, we have to pass some data to that function and then only that function can use that data. In my program (that I

Re: passing values to functions - question repeated

2002-01-29 Thread David Eduardo Gomez Noguera
On Tue, 29 Jan 2002 09:18:43 -0800 (PST) Shiraz Baig [EMAIL PROTECTED] wrote: Hi, I am going to repeat my question and try to clarify it further. We know that in any program, whenever we call a function, we have to pass some data to that function and then only that function can use

Re: passing values to functions - question repeated

2002-01-29 Thread Stephen Witkop
On Tue, 2002-01-29 at 16:48, David Eduardo Gomez Noguera wrote: On Tue, 29 Jan 2002 09:18:43 -0800 (PST) Shiraz Baig [EMAIL PROTECTED] wrote: Hi, I am going to repeat my question and try to clarify it further. We know that in any program, whenever we call a function, we have