Vidyalelo
C++ Programming · Q100

Introduction to C++

Programming · C++ Programming · question 100

Q100

Which function is used to write a single character to console in C++?

A.
cout.put(ch)
Answer
B.
cout.putline(ch)
C.
write(ch)
D.
printf(ch)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board