C Character Handling Function

C Character Handling Function

University

5 Qs

quiz-placeholder

Similar activities

Consonnes

Consonnes

KG - Professional Development

8 Qs

Anime

Anime

KG - Professional Development

10 Qs

Teen Titans Go

Teen Titans Go

KG - University

7 Qs

MINIGAME nhóm 15

MINIGAME nhóm 15

University

7 Qs

03: Exergieanalyse II

03: Exergieanalyse II

University

6 Qs

Let's Deutsch

Let's Deutsch

University

10 Qs

Ayub khan

Ayub khan

University

10 Qs

mortal kombat

mortal kombat

4th Grade - Professional Development

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