What is the difference between proc. sent BY VAL and BY SUB?

Submitted by: Administrator
BY VAL: changes will not be reflected back to the variable.
By REF: changes will be reflected back to that variable.( same as & symbol in c, c++)
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers