
C Functions
Authored by Azrinna Muhamad
Other
University
Used 76+ times

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
What is a function in C programming?
A variable type
A block of code that performs a specific task
A data type
A comment section
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the function prototype specify?
Function name and how to call the function
The specific task performed by the function
Only the return type of the function
Only the parameters of the function
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A variable created inside the function has_____ scope.
local
global
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
No output
Compilation error
Hello, World!
Runtime error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a function call in C programming?
Defining the function
Declaring the function
Invoking the function to perform its task
Documenting the function
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following correctly calls a function named displayMessage with no arguments?
displayMessage;
displayMessage();
displayMessage[];
call displayMessage();
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If a function named calculate takes two integer arguments, which of the following is a correct function call?
calculate();
calculate(x, y);
calculate(int x, int y);
calculate[x, y];
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?