What does in, out and input parameters means?

In: A parameter that is assigned a value from outside the function.
b. out: A parameter that is assigned a value from inside the function.
c. inout: A parameter that can be assigned a value from outside or inside the function.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions