Search Header Logo

C++ Functions and Variables Quiz

Authored by Fidaa Abed

Science

9th - 12th Grade

Used 1+ times

C++ Functions and Variables Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the return statement in a function?

To define the function

To terminate the program

To return a value to the calling function

To initialize variables

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the return type of the pow function in C++?

int

float

double

void

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements correctly defines a function that returns an integer value?

void sum(int a, int b) { return a + b; }

int sum(int a, int b) { return a + b; }

double sum(int a, int b) { return a + b; }

bool sum(int a, int b) { return a + b; }

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which return type should be used if a function needs to return true or false?

int

double

bool

void

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a characteristic of a local variable?

It is accessible by all functions in a program.

It retains its value between function calls.

It exists only while the function is executing.

It is automatically initialized to zero.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to a local variable once a function ends?

It retains its value.

It gets destroyed.

It becomes a global variable.

It is automatically saved for future use.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main reason to avoid using global variables?

They make programs easier to debug.

They increase execution speed.

They make programs difficult to debug.

They can only be used within the main function.

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?