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
Can abstract class have constructor?
What is class sortedlist underneath?
What is access modifier in c#?
What does console readkey do in c#?
What is xml serializer?
What are classes in c#?
What operator means?
Can we assign null value to integer?
Describe ways of cleaning up objects in c#.
Can we have only “try” block without “catch” block in c#?
Why do we use 0?
How do you declare a method in c#?
Can a method be sealed in c#?
What is the use of tryparse in c#?
What is a string c#?