adspace
What is the Difference between a sub and a function?
Answer Posted / kinjal
sub does not returns a value but function returns a value
Post New Answer View All Answers
Write the .net syntax for 'while loop'?
1143