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 a static class in c#?
What is session management in c#?
Do loops in c#?
What is difference between an reference type and value type in C#?
How to implement a singleton design pattern in c#?
What is dbml file in c#?
explain the features of static/shared classes.
What are Regex / regular expressions ?
Explain the Different types of configuration files in .net?
Which framework is best for desktop application?
Does c# support templates?
Explain about finalize method?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
What is datatable in c#?
What is default c#?