Can we return two values from a function?
Answer Posted / srinivas.r
Function should have only one return statement,whereas
using out parameter its possible to send more than on value.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain how do you convert a value-type to a reference-type?
What is c# used for?
Are classes passed by reference in c#?
What is verbatim string?
Explain async and await?
Is c# scripting language?
What is the data type for bit in c#?
What is literal control
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is the difference between static and private constructor?
Whats an assembly? Describe the importance of assembly?
What is a view? What is the use of it?
How many digits are in an integer?
Explain how do I convert a string to an int in c#?
What is the execution entry point for a c# console application?