C# (Sharp) Programming Language Question:
Download Job Interview Questions and Answers 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++)
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 Question | Next Question |
Which control cannot be placed in MDI? | Int map to which .net types? |