

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct? 1.C# allows a function to have arguments with default values. 2.C# allows a function to have variable number of arguments. 3.Omitting the return value type in method definition results into |
A. | 3, 4, 5 |
B. | 1, 3, 5 |
C. | 4, 5 |
D. | 2, 5 |
Answer» E. | |