
C Programming Quiz
Authored by Vasuki R
Computers
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
58 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default return type if it is not specified in function definition?
void
int
float
double
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is not a correct function declaration?
intfunct(char x, char y);
double funct(x)
void funct();
char x();
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In C, function parameters are always
Pass by value
Pass by reference
Passed by value result
pass by parameter
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Arguments passed to a function in C language are called
Formal arguments
Actual arguments
Definite arguments
Ideal arguments
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the correct statement
The body of a function should have only one return statement.
Function can return only one value in call by value environment.
Function can return multiple values.
Function cannot return multiple values.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output void show(); void main() { show(); printf("WORLD "); } void show() { printf("HELLO "); }
WORLD HELLO
HELLO WORLD
WORLD
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In C, what is the meaning of following function prototype with empty parameter list
Function can only be called without any parameter
Function can be called with any number of parameters of any types
Function can be called with any number of integer parameters.
Function can be called with one integer parameter.
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?