Explain the difference between a sub and a function?
Answer Posted / ravi
Sub means subroutine which does not return any output
it will accept any number of parameters with no return type
Function which is having return type
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the and operator in c#?
What is the difference between string and stringbuilder in c#?
Is arraylist faster than linkedlist?
What are the types of access modifiers?
What is mvc pattern in c#?
Explain the difference between a namespace and assembly name in .net?
When a Static Constructor is called in a Class?
What is dictionary class in c#?
Is a dll an assembly?
What is the use of dll file in c#?
What is default boolean value in c#?
Where do I put dll files?
What are the types of serialization?
What is ispostback c#?
What are class fields?