UNIT 5 Function Types

UNIT 5 Function Types

University

7 Qs

quiz-placeholder

Similar activities

Round 1

Round 1

University

10 Qs

C Programming - Basics 001

C Programming - Basics 001

University

10 Qs

Module 09 (Day 2)

Module 09 (Day 2)

University

8 Qs

Functions

Functions

University

10 Qs

AWS Severless Quizzes

AWS Severless Quizzes

University

12 Qs

Quiz6: Functions

Quiz6: Functions

University

10 Qs

DEBUG THE CODE

DEBUG THE CODE

University

10 Qs

104-P-01: Delegates and lambdas

104-P-01: Delegates and lambdas

University

10 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