Can we return two values from a function?
Answer Posted / vijay saxena
No
only one value will return at a time but function may have
multiple output statement ..
Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How can we sort the elements of the array in descending order?
What is difference between ienumerable and ienumerator in c#?
Why data types are important in c#?
Explain the difference between Response.Write () and Response.Output.Write ().
What is sqlconnection in c#?
Define an abstract class?
How do you type a null character?
What is dbcontext c#?
What does the dispose method do with the connection object?
What is arraylist c#?
What are the types of class in c#?
What is the purpose of reserved word using in c#?
What are the variables in c#?
What is disconnected data architecture in c#?
When do you generally use a class over a struct?