Explain the difference between a sub and a function?
Answer / 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 |
How?s method overriding different from overloading?
Write code for palindrome?
Which is faster dictionary or hashtable?
What is concatenation and when should it be used?
Why do we need interface in c#?
Why do we use interface in c#?
Is array reference type / value type ?
6 Answers Accenture, BirlaSoft,
What is a struct in C#?
Why do we use methods in c#?
What is verbatim string literal in c#?
How many types of variables are there in c#?
How do generics work in c#?