FCP Series 4

FCP Series 4

University

10 Qs

quiz-placeholder

Similar activities

CPP/C

CPP/C

University

10 Qs

Quiz 8: Arrays&Vector

Quiz 8: Arrays&Vector

University

10 Qs

Recursion

Recursion

University

8 Qs

Python - Functions

Python - Functions

University

10 Qs

Quiz6: Functions

Quiz6: Functions

University

10 Qs

Functions Pt. 2 + Separate Compilation

Functions Pt. 2 + Separate Compilation

9th Grade - University

10 Qs

programming

programming

University

10 Qs

C Program Array and strings

C Program Array and strings

University

10 Qs

FCP Series 4

FCP Series 4

Assessment

Quiz

Computers

University

Hard

Created by

nikhil patten

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is "call by reference" when passing arguments to a function?

Passing a copy of the argument.

Passing the address of the argument

Passing a reference to the argument

Passing a default value

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following best describes a recursive function?

A function that calls itself to solve a problem.

A function that only takes one argument.

A function that doesn't return any value.

A function that can't be called from other functions.

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

In C, which keyword is used to explicitly return a value from a function?

exit

break

return

continue

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

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

To specify the data types of the arguments

To declare the function's prototype

To terminate the program

To return a value from the function

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

In C, what is the purpose of the "void" keyword in a function prototype?

It indicates the function has no arguments.

It indicate the function has no return value.

It denotes a recursive function.

It defines a function without a specific return type.

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the purpose of a function prototype in C?

To define the function

To declare the function's return type and parameters

To specify the function's implementation

To document the function's behaviour

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which part of a function definition specifies the data type of the value the function returns?

Function name

Function prototype

Return type

Arguments

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?