UNIT 5 Function Types

UNIT 5 Function Types

University

7 Qs

quiz-placeholder

Similar activities

Module 09 - Day 3

Module 09 - Day 3

University

10 Qs

Functions in Computer Science

Functions in Computer Science

University

10 Qs

Functions C

Functions C

University

10 Qs

Haskell Quiz

Haskell Quiz

University

8 Qs

Function -1

Function -1

5th Grade - Professional Development

12 Qs

C MCQ's for Interview

C MCQ's for Interview

University

10 Qs

Lesson 6 Part 1: Functions

Lesson 6 Part 1: Functions

University

7 Qs

Pengantar Jaringan Syaraf Tiruan (Bilingual)

Pengantar Jaringan Syaraf Tiruan (Bilingual)

University

8 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