C# (Sharp) Programming Language Question:
Download Questions PDF

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

Answer:

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

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
Which control cannot be placed in MDI?Int map to which .net types?