C Character Handling Function

C Character Handling Function

University

5 Qs

quiz-placeholder

Similar activities

Cơ sở dữ liệu

Cơ sở dữ liệu

University

6 Qs

EduardoTrevinoACCT2301.03Pre

EduardoTrevinoACCT2301.03Pre

University

10 Qs

FF

FF

KG - Professional Development

10 Qs

EXAMEN CALIDAD FULL POWER

EXAMEN CALIDAD FULL POWER

University

10 Qs

Descendants Trivia!

Descendants Trivia!

KG - University

10 Qs

DiegoVillescasACCT2301.03Post

DiegoVillescasACCT2301.03Post

University

10 Qs

Medicare Part B Clerical Error Reopenings

Medicare Part B Clerical Error Reopenings

12th Grade - Professional Development

10 Qs

Red dead redemption characters

Red dead redemption characters

1st Grade - University

10 Qs

C Character Handling Function

C Character Handling Function

Assessment

Quiz

Other

University

Easy

Created by

Azrinna Muhamad

Used 23+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

Digit

Not a digit

Logic Error

Runtime Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which function will convert the character 'a' to 'A' in the following code?

tolower(ch)

toupper(ch)

islower(ch)

isupper(ch)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code?

Space

Not a space

Syntax Error

Runtime Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does isalpha() function work?

Checks if a character is a digit

Checks if a character is alphabetic

Checks if a character is lowercase

Checks if a character is uppercase

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the isupper() function check?

If a character is a digit

If a character is uppercase

If a character is lowercase

If a character is a punctuation mark