adplus-dvertising
frame-decoration

Question

Which of these methods are used to read single character from the console?

a.

get()

b.

getline()

c.

read()

d.

readLine()

Answer: (c).read()

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of these methods are used to read single character from the console?

Similar Questions

Discover Related MCQs

Q. Which of these method used to read strings from the console?

Q. Which among the following methods are used to write characters to a string?

Q. Which method in Console enables to read individual inputs directly from the keyboard in a non line buffered manner?

Q. What is the output returned by Console if ReadLine() stores I/O error?

Q. Name the method/methods used to read byte streams from the file?

Q. Which of these classes are used by Byte streams for input and output operation?

Q. Which of these method/methods are used to read block or array of bytes from the file?

Q. Select the objects of the class TextWriter which is/are not used to perform the write operations to the console?

Q. Choose the correct statement about the WriteLine()?

Q. Which of the following statement is correct?

Q. Which of these classes is used to create an object whose character sequence is mutable?

Q. Select the namespace/namespaces which consists of methods like Length(), Indexer(), Append() for manipulating the strings.

Q. Select the method used to write single byte to a file?

Q. Select the namespace on which the stream classes are defined?

Q. Choose the class on which all stream classes are defined?

Q. Choose the stream class method which is used to close the connection:

Q. The method used to write a single byte to an output stream?

Q. Select the method which writes the contents of the stream to the physical device.

Q. Select the method which returns the number of bytes from the array buffer:

Q. Name the method which returns integer as -1 when the end of file is encountered.