Search Header Logo

Quiz on Functions in C

Authored by Jeyantha 2696

Computers

University

Used 1+ times

Quiz on Functions in C
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose correct statement about Functions in C Language.

A Function is a group of c statements which can be reused any number of times
Every Function has a return type
Every Function may no may not return a value
All the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose a correct statement about C Function?

"main" is the name of default must and should Function
main() is same as int main()
By default, return 0 is added as the last statement of a function without specific return type
All the above

3.

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the limit for number of functions in a C Program?

16
31
32
No Limit

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Every C Program should contain which function?

printf()
show()
scanf()
main()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Formal arguments
Actual Arguments
Definite Arguments
Ideal Arguments

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose a correct statement about C language function arguments.

Number of arguments should be same when sending and receiving
Type of each argument should match exactly
Order of each argument should be same
All the above

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?