What is the Difference between a sub and a function?
Answer Posted / zubair khan
SUB NOT RETURN THE VALUE WHERE FUNCTION RETURN THE VALUE.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is the execution entry point for a c# console application?
Is string a data type in c#?
What is a partial method?
What you mean by inner exception in c#?
Explain the difference between and xml documentation tag?
Can a private virtual method can be overridden?
What are handlers in c#?
Which is faster hashtable or dictionary?
What is the signature of a method?
What are the 3 logical operators?
What is a data set in c#?
How are Windows programs different from normal C-programs?
What is datagridview in c#?
Why main method is static in c#?