Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which function is used to check whether a character is printable on console?

a) isxdigit()
b) isprint()
c) iscntrl()
d) ispunct()

Answer: b
Explanation: Character classification provides isprint() function to check whether a character in C++ is printable on console.

Join The Discussion