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
How do you pass reference parameters in c#?
What is the use of partial methods?
Illustrate the process of code compilation in c#?
Explain the security with aop?
How do I create a multi language, multi file assembly?
Perfect Example Of While And Do-While Loop In C#.Net ?
How is method overriding different from overloading?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What is ienumerable t in c#?
What is default value of enum c#?
What is static classes?
Why do we use public static void main in c#?
Is c# scripting language?
How does c# achieve polymorphism?
What is difference between first and firstordefault?