Quiz on Functions in C

Quiz on Functions in C

11 Qs

quiz-placeholder

Similar activities

CV System and Shock - A Christmas Quiz

CV System and Shock - A Christmas Quiz

University

10 Qs

Quiz - 8 on conditional/ternary operator

Quiz - 8 on conditional/ternary operator

KG - University

15 Qs

Problem Solving using C - EBT(2025-2026 odd)

Problem Solving using C - EBT(2025-2026 odd)

University

11 Qs

Python

Python

KG - University

15 Qs

4. AKP December ENG

4. AKP December ENG

KG - University

15 Qs

Restart Chapter 25

Restart Chapter 25

KG - University

12 Qs

Using nested statements - Procedures, functions, and parameters

Using nested statements - Procedures, functions, and parameters

KG - University

15 Qs

Quiz on Functions in C

Quiz on Functions in C

Assessment

Quiz

others

Hard

Created by

Jeyantha 2696

FREE Resource

11 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

Name of the Student

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

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

3.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

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

4.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

The keyword used to transfer control from a function back to the calling function is
switch
goto
go back
return

5.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

What is the limit for number of functions in a C Program?
16
31
32
No Limit

6.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Every C Program should contain which function?
printf()
show()
scanf()
main()

7.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Arguments passed to a function in C language are called ___ arguments.
Formal arguments
Actual Arguments
Definite Arguments
Ideal Arguments

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?