C++ Chapter 6 Review - Functions

C++ Chapter 6 Review - Functions

10th Grade - University

20 Qs

quiz-placeholder

Similar activities

XII_CS_FUNCTIONS

XII_CS_FUNCTIONS

12th Grade

15 Qs

CIS17A Quiz 2 Review

CIS17A Quiz 2 Review

University

20 Qs

C++ Assesment 1

C++ Assesment 1

University

20 Qs

C Programming

C Programming

University

20 Qs

Excel - Formulas, Functions & Formatting

Excel - Formulas, Functions & Formatting

10th - 12th Grade

20 Qs

Bcom remedial question _ 15

Bcom remedial question _ 15

University

15 Qs

Python Functions and File Operations Quiz cyber 2025

Python Functions and File Operations Quiz cyber 2025

University

18 Qs

Define Function

Define Function

12th Grade

20 Qs

C++ Chapter 6 Review - Functions

C++ Chapter 6 Review - Functions

Assessment

Quiz

Computers

10th Grade - University

Medium

Used 157+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a functions doesn't return a value, the word ___ will appear at its return type
int
void
static
global

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Values that are sent into a function are called ____
argurments
parameters
reference
constant

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Special variables that hold copies of functions arguments are called _____
static
default
reference
paramters

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When only a copy of an argument is passed to a function, it is said to be passed by ___
value
local
constant
reference

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) ___ eliminates the need to place a function definition before all calls to the function
local 
prototype
return
static

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) _____variables are defined outside all functions and is not accessible outside the function
argument
global
local
static

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____ variables are defined outside all functions and are access to any function within their scope
local
last
constant
global

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?