UNIT 5 Function Types

UNIT 5 Function Types

University

7 Qs

quiz-placeholder

Similar activities

CSC128 - Chapter 5(iii)

CSC128 - Chapter 5(iii)

University

6 Qs

Programming Concepts Quiz

Programming Concepts Quiz

9th Grade - University

10 Qs

Quiz6: Functions in C

Quiz6: Functions in C

University

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

11th Grade - Professional Development

10 Qs

Function Revision2

Function Revision2

University

10 Qs

C MCQ's for Interview

C MCQ's for Interview

University

10 Qs

C++ Functions

C++ Functions

University

10 Qs

Function -1

Function -1

5th Grade - Professional Development

12 Qs

UNIT 5 Function Types

UNIT 5 Function Types

Assessment

Quiz

Computers

University

Easy

Created by

Abhishek Pandey

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