UNIT 5 Function Types

UNIT 5 Function Types

University

7 Qs

quiz-placeholder

Similar activities

CSC404 Quiz 1

CSC404 Quiz 1

University

10 Qs

Functions C

Functions C

University

10 Qs

Unit 12 Inline

Unit 12 Inline

University

6 Qs

J277 - 2.2 - Functions in Python

J277 - 2.2 - Functions in Python

10th Grade - University

10 Qs

ITP  Quiz

ITP Quiz

University

10 Qs

C++ Chapter 6

C++ Chapter 6

University

10 Qs

Function -1

Function -1

5th Grade - Professional Development

12 Qs

CSC128 - Chapter 5(ii)

CSC128 - Chapter 5(ii)

University

9 Qs

UNIT 5 Function Types

UNIT 5 Function Types

Assessment

Quiz

Computers

University

Easy

Created by

Abhishek Pandey

Used 8+ 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