What is the Difference between a sub and a function?
Answer Posted / raju chauhan
Like a Function procedure, a Sub procedure is a separate
procedure that can take arguments, perform a series of
statements, and change the value of its arguments. However,
unlike a Function procedure, which returns a value, a Sub
procedure can't be used in an expression.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you load dynamic assembly? How will create assemblies at run time?
Explain what does managed mean in the .net context?
Will my .net app run on 64-bit windows?
What is reflection and what is it for?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Explain what is an application domain?
What is difference between static page and dynamic page?
What is the use of immutability?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
Can a dll be changed to an exe?
Please explain the difference between constants and read-only variables?
What do the terms “boxing” and “unboxing” mean?
Explain the code behind wors and contrast that using the inline style.
What is web.config in .net?
Explain what is the difference between constants and read-only variables?