What is the Difference between a sub and a function?
Answer Posted / zubair khan
SUB NOT RETURN THE VALUE WHERE FUNCTION RETURN THE VALUE.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between dictionary and hashtable in c#?
What does exclamation mark mean in access query?
What is a trace and asset? Explain some differences?
What are the basic string operations? Explain.
What is literal in c#?
How many types of delegates are there in c#?
So what makes your code really object-oriented #?
Which of these statements correctly declares a two-dimensional array in c#?
Why is hashset faster?
How to handle exceptions that are raised in a component?
What is uint64?
Why is main static in c#?
How can you force derived classes to provide new method implementations for virtual methods?
If I return out of a try/finally in c#, does the code in the finally-clause run?
What is an actual parameter?