C++ Functions

C++ Functions

University

10 Qs

quiz-placeholder

Similar activities

Post Test #4 - Python Fundamental #3

Post Test #4 - Python Fundamental #3

University

10 Qs

C Wrapup Quiz Deutsch

C Wrapup Quiz Deutsch

University

12 Qs

SCM and Logistics

SCM and Logistics

University

11 Qs

UIT 2221 MALWARE (COPTPA)

UIT 2221 MALWARE (COPTPA)

University

15 Qs

KSK2013 -9 Setup report

KSK2013 -9 Setup report

KG - University

15 Qs

software development LAB

software development LAB

University

10 Qs

AB1401 Case Study: Facebook

AB1401 Case Study: Facebook

University

12 Qs

Vocabulary Quiz - Computer - 01

Vocabulary Quiz - Computer - 01

12th Grade - University

10 Qs

C++ Functions

C++ Functions

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

M.Syafiq Asyraff

Used 295+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is the default return value of functions in C++?

int

char

float

void

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Where should default parameters appear in a function prototype?

Middle of the parameter list

To the leftmost side of the parameter list

Anywhere inside the parameter list

To the rightmost side of the parameter list

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the meaning of using Functions in Menu-Driven Programs?

A function that implement user choices from menu

A function that is called during compile time

A function that is not checked for syntax errors

A function that is not checked for semantic analysis

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

It is a type of variable that can only be used within a function

parameter variables

local variable

global variable

constant variable

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

When we define the default values for a function?

When a function is defined

When a function is declared

When the scope of the function is over

When a function is called

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

it is the statement that indicates a function will be used.

function declaration

function definition

function call

function name

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

If an argument from the parameter list of a function is defined constant then _______________

It can be modified inside the function

It cannot be modified inside the function

Error occurs

Segmentation fault

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?