Search Header Logo

C Programming Quiz

Authored by Bader Saad

Computers

University

C Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the common file extension for C language files?

.cpp

.c

.java

.py

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to declare a variable in C?

var x = 10;

int x = 10;

x = 10;

define x = 10;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to indicate a single-line comment in C?

//

/*

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of printf(“%d”, 5/2); in C?

2.5

2

3

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which header file is required to use the printf() function?

math.h

string.h

stdio.h

stdlib.h

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of the int data type in C (on most modern systems)?

1 byte

2 bytes

4 bytes

8 bytes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid variable name in C?

_variable

variable1

1variable

variable_name

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