Can we return two values from a function?
Answer Posted / 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 |
Post New Answer View All Answers
Which is more efficient for loop or while loop?
Why delegates are type safe in c#?
Is a dll an assembly?
What is native image generator (ngen.exe)?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What is lazy loading entity framework?
How do you convert byte array to hexadecimal string, and vice versa?
What is class sortedlist underneath?
What is dataadapter c#?
What is the console on a mac?
What is yield keyword?
How to block a class from being inherited further?
What is the purpose of private constructor in c#?
What exception can an overridden method throw in comparison with the method it is overriding?
What is a variable in c#?