Cplusplus Programming Character Classification Online Exam Quiz

Cplusplus Programming Character Classification GK Quiz. Question and Answers related to Cplusplus Programming Character Classification. MCQ (Multiple Choice Questions with answers about Cplusplus Programming Character Classification

Which function is used to check whether a character is an alphabet?

Options

A : isalpha()

B : isalnum()

C : isdigit()

D : isblank()

View Answer

Which function is used to check whether a character is an alphabet or number?

Options

A : isalpha()

B : isalnum()

C : isdigit()

D : isblank()

View Answer

Which function is used to check whether a character is a number?

Options

A : isalpha()

B : isalnum()

C : isdigit()

D : isblank()

View Answer

Which function is used to check whether a character is a tab or space?

Options

A : isalpha()

B : isalnum()

C : isdigit()

D : isblank()

View Answer

Which function is used to check whether a character is tab or space or whitespace control code( , ,etc.)?

Options

A : isspace()

B : isalnum()

C : iscntrl()

D : isblank()

View Answer

Which function is used to check whether a character is tab or a control code?

Options

A : isspace()

B : isalnum()

C : iscntrl()

D : isblank()

View Answer

Which function is used to check whether a character is hexadecimal?

Options

A : isxdigit()

B : isprint()

C : iscntrl()

D : ispunct()

View Answer

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

Options

A : isxdigit()

B : isprint()

C : iscntrl()

D : ispunct()

View Answer

Which function is used to check whether a character is punctuation mark?

Options

A : isxdigit()

B : isprint()

C : iscntrl()

D : ispunct()

View Answer

Chemical Engineering Basics - Part 1 more Online Exam Quiz

Cplusplus Programming Abstract Classes 2

Cplusplus Programming Array Type Manipulation

Cplusplus Programming Basics

Cplusplus Programming Bitset 1

Cplusplus Programming Bitset 2

Cplusplus Programming Classes 2

C Plus Plus Programming Class Hierarchies

Cplusplus Programming Class Relationships

Cplusplus Programming Class Templates

Cplusplus Programming Command Line Arguments