- Online Exam Test Papers | - MCQs[multiple choice questions and answers ] | - Mock Test Papers | - Practice Papers | - Sample Test Papers |

Question:
Which of the following statements are correct?

C# allows a function to have arguments with default values.
C# allows a function to have variable number of arguments.
Omitting the return value type in method definition results into an exception.
Redefining a method parameter in the method's body causes an exception.
params is used to specify the syntax for a function with variable number of arguments.

1.1, 3, 5

2.3, 4, 5

3.2, 5

4.4, 5

Posted Date:-2021-02-24 10:36:42


More MCQS Questions and answers

Search