C++ Chapter 11-15 Quiz

C++ Chapter 11-15 Quiz

11th Grade

27 Qs

quiz-placeholder

Similar activities

Array and ArrayLists in Java

Array and ArrayLists in Java

9th - 12th Grade

25 Qs

J2 - Review for Exam- Loops and if Statements

J2 - Review for Exam- Loops and if Statements

9th - 12th Grade

27 Qs

CS-C++

CS-C++

11th - 12th Grade

25 Qs

AGAD: UNIT 4_C# & UNITY

AGAD: UNIT 4_C# & UNITY

9th - 12th Grade

24 Qs

AP Computer Science Unit 2

AP Computer Science Unit 2

11th - 12th Grade

26 Qs

Test próbny EE.09 (PHP C++)

Test próbny EE.09 (PHP C++)

9th - 12th Grade

32 Qs

Algorithms - python (GCSE)

Algorithms - python (GCSE)

10th - 12th Grade

25 Qs

C++ Chapter 11-15 Quiz

C++ Chapter 11-15 Quiz

Assessment

Quiz

Computers

11th Grade

Easy

Created by

J.Baskaran J.Baskaran

Used 3+ times

FREE Resource

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

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?