What is the Difference between a sub and a function?
Answer Posted / abc
sub dose not return the value whereas function return the
value.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a linq in c#?
What is anonymous class in c#?
What are callback methods in c#?
Can you specify an access modifier for an enumeration?
What is the difference between console application and windows application?
Why is c# a good programming language?
Why is c# used?
Explain acid rule of thumb for transactions in c#.
What is the difference between finally and finalize block?
Is c# good for web development?
What are tuples c#?
What is lazy loading and eager loading in c#?
What is gac? How to put assembly in gac?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
What are the extension methods in c#?