What is the Difference between a sub and a function?
Answer Posted / kamlesh sharma
through sub keyword we define a procedure which never
return value
and function may return value
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Major difference between Basic httpbinding and WShttpbinding?
What are the types of assembly available
Why do we Need of static class in c#?
What is the difference between properties and indexer in c#?
How to find out that the code is written as managed or un-managed code?
what is a enumeration in c#
what are the contents of an assembly ?
What is a ienumerator?
We cannot create instances of static classes. Can we have constructors for static classes?
How to find type of variable?
Can a method return multiple values in c#?
When should I throw an exception?
Is arraylist thread safe?
Explain how is the dll hell problem solved in .net?
Is c# substring zero based?