Quiz on Functions in C

Quiz on Functions in C

11 Qs

quiz-placeholder

Similar activities

Parcial 1-Laboratorio II-5to BACO-I Unidad Forma A

Parcial 1-Laboratorio II-5to BACO-I Unidad Forma A

KG - University

13 Qs

Il modello a processi

Il modello a processi

KG - University

8 Qs

Evaluare- Bazele Programării C++

Evaluare- Bazele Programării C++

KG - University

10 Qs

Quiz - 5 on Increment and Decrement Operators

Quiz - 5 on Increment and Decrement Operators

KG - University

15 Qs

Quiz on Functions in C

Quiz on Functions in C

KG - University

11 Qs

ACTIVITY 1

ACTIVITY 1

KG - University

8 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?