Search Header Logo

C Programming Functions Quiz

Authored by Satheesh D

Computers

University

Used 2+ times

C Programming Functions Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a function in C programming?

A type of loop

A series of instructions with a specific purpose

A variable that stores data

A data structure

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a type of function in C?

Predefined functions

Static functions

User defined functions

Library functions

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'return' statement do in a function?

Prints output to the screen

Returns control to the calling function

Declares a variable

Ends the program

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of function declaration?

To call the function

To create a loop

To define the function's body

To specify the function's return type and parameters

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C, what are formal parameters?

Variables used in function calls

Variables defined in the function header

Local variables

Global variables

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the function call 'add(5, 10)' if 'add' is defined to return the sum?

Error

5

15

10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly describes 'Call by Value'?

Values of actual parameters are copied to formal parameters

Addresses of actual parameters are passed

Only pointers are used

No parameters are passed

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?