Quiz on Functions in C

Quiz on Functions in C

11 Qs

quiz-placeholder

Similar activities

ECO (4.2B) Supply Pt 2 Quiz

ECO (4.2B) Supply Pt 2 Quiz

10th Grade

10 Qs

GD: Unit 4

GD: Unit 4

9th - 12th Grade

8 Qs

Functions Families/Regression/Piecewise Mini-Review

Functions Families/Regression/Piecewise Mini-Review

KG - University

15 Qs

FA-5.0 Unit Test Intro to Investing & Exponential Functions

FA-5.0 Unit Test Intro to Investing & Exponential Functions

9th Grade

14 Qs

CS&S Sample Test Questions

CS&S Sample Test Questions

12th Grade

10 Qs

Investing Quiz- Stocks & Bonds

Investing Quiz- Stocks & Bonds

12th Grade

10 Qs

Engineering Design Exam

Engineering Design Exam

KG - University

10 Qs

AP Computer Science Principles CODE UNIT 7 Assessment

AP Computer Science Principles CODE UNIT 7 Assessment

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?