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
Can you create partial delegates and enumerations?
Which technology is best for desktop application?
What is a Jagged Array in C#?
What do you mean by jagged arrays in c#?
What is constructors, explain with syntax
Difference between StackPanel and RelativePanel ?
Give 2 scenarios where static constructors can be used?
How to assign Null value to Var?
Is stringbuilder faster than string concatenation c#?
What is the difference between C# 3.5 and C# 4.0?
Can we inherit singleton class in c#?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
In a single .NET DLL how many classes it contains?
What is the .NET collection class that allows an element to be accessed using a unique key?
Are structs value types c#?