Functions (1)

Functions (1)

9th Grade

5 Qs

quiz-placeholder

Similar activities

HTML QUIZ!

HTML QUIZ!

9th Grade

10 Qs

แบบทดสอบหลังเรียน ภาษา HTML

แบบทดสอบหลังเรียน ภาษา HTML

9th Grade

10 Qs

Bài tập trắc nghiệm C++(tiếp)

Bài tập trắc nghiệm C++(tiếp)

3rd Grade - University

10 Qs

HTML W3schools deel 1

HTML W3schools deel 1

8th - 12th Grade

10 Qs

Язык программирования Паскаль

Язык программирования Паскаль

8th - 9th Grade

10 Qs

Sains Komputer Tingkatan 5: Bahasa Penskripan

Sains Komputer Tingkatan 5: Bahasa Penskripan

1st - 12th Grade

10 Qs

Chương 2- Bài 6. Tin học và xã hội

Chương 2- Bài 6. Tin học và xã hội

9th Grade

10 Qs

ASESMEN DIAGNOSTIK

ASESMEN DIAGNOSTIK

9th - 12th Grade

10 Qs

Functions (1)

Functions (1)

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Komal Gupta

Used 8+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Function that Returns True only if c is a digit(0 to 9) else False

isalnum( )

isdigit( )

isalpha( )

isnumber( )

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Header file for string functions is ?

<string.h>

<char.h>

<math.h>

<ctype.h>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the Output

float a= -4.7

cout<<abs(a);

-4.7

-4

4.7

6

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to return True if character is alphabet and return false if it is digit?

isdigit( )

isalpha( )

isalnum( )

pow( )

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Function that converts any character into uppercase character

toupper( )

tolower( )

isupper( )

islower( )