Top C-Sharp (C#) Interview Questions and Answers Admin Admin 1) Can you return multiple values from a function in C#? Yes! Using output parameters. A return statement can be used for returning only one value from a function. However, using output parameters, you can return two values from a function. Twitter Facebook Google Tumblr Pinterest