2
Reply

Can you return multiple values from a function in C#?

    yes, we can return multiple values from a function in c# by using ref and out variable.

    No, you can't return multiple values from a function in C#.