Search Header Logo

C++ Chapter 11-15 Quiz

Authored by J.Baskaran J.Baskaran

Computers

11th Grade

Used 3+ times

C++ Chapter 11-15 Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

     Which of the following header file defines the standard I/O predefined functions?

ctype.h

math.h      

string.h

stdio.h

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which function is used to check whether a character is alphanumeric or not?

isalpha()    

isdigit()

isalnum()

islower()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which function begins the program execution?

main()

isdigit()

isalpha()

islower()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following function is with a return value and without any argument?

x = display(int, int)

x = display(float)

y = display(float)

y=display()

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the return data type of the function prototype of add(int, int);?

int

float

char

double

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is the scope operator?

>    

&   

%    

::

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is the collection of variables of the same type that a referenced by a common name?

 Int

float

Array

class

Answer explanation

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers