Login
Remember
Register
Ask a Question
Choose the best answer below to syntax to read the single character to console in the C++ language?
+2
votes
asked
Jan 20, 2021
in
C Plus Plus
by
SakshiSharma
Choose the best answer below to syntax to read the single character to console in the C++ language?
a) Read ch()
b) Getline vh()
c) get(ch)
d) Scanf(ch)
c-console
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 20, 2021
by
SakshiSharma
c) get(ch)
...