what is the difference between proc sent by val


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

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++)

 

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is the difference between proc sent by val
Reference No:- TGS0310487

Expected delivery within 24 Hours