UNIT 5 Function Types

UNIT 5 Function Types

University

7 Qs

quiz-placeholder

Similar activities

QUIZ Pass by value and reference

QUIZ Pass by value and reference

University

9 Qs

321 Quiz10

321 Quiz10

University

11 Qs

Weekly Contest #8 - TechXNinjas

Weekly Contest #8 - TechXNinjas

University

10 Qs

Functions C

Functions C

University

10 Qs

Unit 12 Inline

Unit 12 Inline

University

6 Qs

Functions

Functions

8th Grade - University

10 Qs

Function Quiz 3

Function Quiz 3

University

10 Qs

CSC404 Quiz 1

CSC404 Quiz 1

University

10 Qs

UNIT 5 Function Types

UNIT 5 Function Types

Assessment

Quiz

Computers

University

Easy

Created by

Abhishek Pandey

Used 7+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The keyword used to transfer control from a function back to the calling function is

switch

goto

go back

return

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the types of functions in C Language

Library Functions

User Defined Functions

Both Library and User Defined

May be both

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Every C Program should contain which function

printf()

ram()

main()

INDIA()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the minimum number of functions to be present in a C Program

1

2

4

44

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Arguments passed to a function in C language are called ___ arguments.

Formal arguments

IDEAL ARGUMENTS

Actual Arguments

Definite Arguments

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ are the values that are passed to the function during a function call.

Actual parameters

Formal Parameters

Default parameter

all

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ used in the function definition to accept the values from the caller of the function

Actual parameter

real parameter

Formal parameter