

MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your Csharp knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which method among the following returns the integer if no character is available? |
A. | int peek() |
B. | int read() |
C. | string ReadLine() |
D. | none of the mentioned |
Answer» B. int read() | |