C Programming Quiz

C Programming Quiz

University

โ€ข

58 Qs

quiz-placeholder

Similar activities

Model Bisnis - Quiz 1

Model Bisnis - Quiz 1

University

โ€ข

55 Qs

FDS_MIDTERM

FDS_MIDTERM

University

โ€ข

60 Qs

IoT_Midterm

IoT_Midterm

University

โ€ข

60 Qs

IT for life

IT for life

KG - University

โ€ข

55 Qs

PC HARDWARE

PC HARDWARE

University

โ€ข

61 Qs

CSC134 TEST1 DEC22

CSC134 TEST1 DEC22

University

โ€ข

60 Qs

IC3_GS6_LV2

IC3_GS6_LV2

7th Grade - University

โ€ข

60 Qs

Java

Java

University

โ€ข

61 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

โ€ข

Computers

โ€ข

University

โ€ข

Practice Problem

โ€ข

Easy

Created by

Vasuki R

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers