Functions C

Functions C

University

10 Qs

quiz-placeholder

Similar activities

Weekly Contest #8 - TechXNinjas

Weekly Contest #8 - TechXNinjas

University

10 Qs

CSNP-04103 Chapter 6 - Functions

CSNP-04103 Chapter 6 - Functions

University

10 Qs

Computer 10: Date and Time, String Manipulation Functions

Computer 10: Date and Time, String Manipulation Functions

7th Grade - University

15 Qs

CSC404 Quiz 1

CSC404 Quiz 1

University

10 Qs

Functions

Functions

University

14 Qs

Exploring Python Fundamentals

Exploring Python Fundamentals

12th Grade - University

15 Qs

FOS Ch:2 Part II (QUIZ 6)

FOS Ch:2 Part II (QUIZ 6)

University

10 Qs

C++ Workshop 2021 [Quiz-2]

C++ Workshop 2021 [Quiz-2]

University

10 Qs

Functions C

Functions C

Assessment

Quiz

Computers

University

Hard

Created by

Barbara White

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is part of a program that performs a specific task

array

function

looping

conditional statements

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a keyword that terminates the execution of a function and returns the control to the calling function

break

return

getch

main

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a part of a function header that identifies the function

function name

function data type

function parameters

function body

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a statement that tells the compiler about a function's name, return type, and parameters

function definition

function declaration

function call

function name

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is composes the statements that provides the actual body of the function.

function declaration

function definition

function call

function name

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a return type that means no value is returned

int

double

void

char

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

function declaration

function call

function definition

function name

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?