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
What is uint16?
Define satellite Assembly?
Explain deadlock?
Does c# support multiple inheritance (mi)?
What is the difference between virtual method and abstract method?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What is a callback c#?
What does namespace mean?
Why generics are used?
Can a constructor be static in c#?
Where is the main method in c#?
What is the and operator in c#?
What is the difference between throw and throw ex?
What is the object class in c#?
Where do we use serialization in c#?