Class Test 1 (23-09-2025)

Class Test 1 (23-09-2025)

University

30 Qs

quiz-placeholder

Similar activities

Coding Trivia

Coding Trivia

University

30 Qs

Think Tank Tuesday

Think Tank Tuesday

University

30 Qs

Technical Quiz WCC

Technical Quiz WCC

University

30 Qs

C Language Basics

C Language Basics

University

26 Qs

Quiz 1 Review - CS125

Quiz 1 Review - CS125

University

25 Qs

PSP Module-1

PSP Module-1

University

25 Qs

ITSA Selection Round 1

ITSA Selection Round 1

University

27 Qs

Structures and Pointers in C

Structures and Pointers in C

University

35 Qs

Class Test 1 (23-09-2025)

Class Test 1 (23-09-2025)

Assessment

Quiz

Computers

University

Hard

Created by

NIETMADAN M

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a single character in C?
int
char
float
string

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type can hold decimal numbers?
int
char
float
string

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which format specifier is used for int in printf()?
%d
%c
%f
%s

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to check equality?
=
==
!=
#

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator increments the value of a variable by 1?
++
--
(=+)
(+=)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator has the highest precedence?
*
()
%
&&

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 10/3 in C (integer division)?
3.333
3
3.3
Error

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?