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 a tab or space?

a) isalpha()
b) isalnum()
c) isdigit()
d) isblank()

Answer: d
Explanation: Character classification provides isblank() function to check whether a character in C++ is space or tab.

Join The Discussion