C++ Chapter 10

C++ Chapter 10

9th - 12th Grade

43 Qs

quiz-placeholder

Similar activities

SDD N5 Quiz

SDD N5 Quiz

12th Grade

44 Qs

QBASIC For Grade 6

QBASIC For Grade 6

5th - 10th Grade

45 Qs

G9-JavaScript

G9-JavaScript

9th Grade - University

44 Qs

Algorithm

Algorithm

11th Grade

40 Qs

STRINGS

STRINGS

11th Grade

45 Qs

C Programming Midterm Review

C Programming Midterm Review

11th - 12th Grade

40 Qs

XI Unit 6 Data Types & Operators

XI Unit 6 Data Types & Operators

11th Grade

44 Qs

TUPLES IN PYTHON VAISHALI LAMBA

TUPLES IN PYTHON VAISHALI LAMBA

11th - 12th Grade

43 Qs

C++ Chapter 10

C++ Chapter 10

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Colleen Chattaway

Used 41+ times

FREE Resource

43 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To test whether a character is a numeric digit character, use this function.
isnumber
notAlpha isnumeric isdigit None of these
  isnumeric isnumeric isdigit None of these
isdigit

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To test whether a character is a printable character, use this function.
isprint
isprintable
isprintok
isoktoprint

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is the escape sequence representing the null terminator.
\n
\t
\0
/NULL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The null terminator stands for this ASCII code.
57
100
1000
0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This function accepts a pointer to a C-string as an argument, and it returns the length of the C-string (not including the null terminator).
numchar
strlength
strlen
countstring

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The strcpy function's arguments are:
two C-strings
two addresses
three pointers
one array and one pointer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A library function that can find one C- string inside another is:
strcmp
strstr
strfind
strsearch

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?