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
Which constructor is called first in c#?
What are the variables in c#?
Is list a collection c#?
What is sealed class in c#?
write a c# program add two matrix with input number ?
Is c# strongly typed?
What is the difference between array and arraylist c#?
Is it not possible to store a boolean value as a variable?
What is lazy loading and eager loading in c#?
what are pointer types in c#
What is c# used for?
What is scaffolding in c#?
Why are local variables stored in stack?
What is an assembly in .net?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?