What is the Difference between a sub and a function?
Answer Posted / digvijay
Sub is also function but never return the value and Function
must return the value.
Function is user defined and System define but sub is
keyworlds that defined by user.
function can be macro but Sub is Not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is jit compilers?
Explain what is reflection in microsoft .net context?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
How is .net able to support multiple languages?
Tell about your technical profile ?
What is the advantage of .net core?
What is loosely coupled solution in.net?
Why do we use msmq?
What are the different types of memory in .net?
What is Event - Delegate? clear syntax for writing a event delegate
What does stateless mean?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
Tell us why do we use the “using” statement?
Explain me how does linq work?
What is UDDI and how to register the web service in it?