Hi All is there any way to locally define a variable in a function and then pass it to the oher function. I mean to say is it possible the pass a local value from one function to other function.
Somebody Please suggest me the solution.
Thanks in advance
Hi All is there any way to locally define a variable in a function
Share
Or it’s that simple or you meant something else:
or use global variable as temporary storage: