Can we return two values from a function?
Answers were Sorted based on User's Feedback
Answer / rajani
No. not at all. well that's the main difference between
functions and procedures. A function can return one n only
one value. We can write only one return statement and only
only return type.
Is This Answer Correct ? | 1 Yes | 15 No |
what is a constructor? What is a destructor?
What is the difference between list and ilist in c#?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
What is wcf c#?
can we declare a variable by name "this" in a class? Please explain?
What is the value which is accepted by all data types ?
What is generic collection in c#?
What is dependency injection?
Why do we need a finally block in try catch block while handling exceptions
What are the important concepts in OOPS
What is private variable?
What are "class access modifiers" in C#?