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
How to sign an assembly with strong name?
Explain about generics in c#.net?
What is yield c#?
Ho we can see assembly information?
Why is dll used?
What is the class in c#?
What is asax file in c#?
List down the different ide’s provided by microsoft for c# development.
What is asenumerable in c#?
What is difference between throw and throws in c#?
Which constructor is called first in c#?
What are synchronous and asynchronous operations?
Is functional interface runnable?
What is difference between il and dll ?
What is difference between override and new in c#?