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 the use of main method in c#?
What is form feed in c#?
How many kinds of elements an array can have?
What can you do as a .net developer?
can you allow a class to be inherited, but prevent the method from being over-ridden?
Does constructor return any value in c#?
what is an event? Define delegate?
What is verbatim string?
What is the base class of all classes in c#?
Is nullable type c#?
Is a valid int value?
What is difference between events and delegates?
What do you mean by jagged arrays in c#?
What is the interface in c#?
Explain 'structure padding'?