ch456713

ch456713

University

99 Qs

quiz-placeholder

Similar activities

CCHTM 1105 Midterm Exam

CCHTM 1105 Midterm Exam

University

100 Qs

CIDESCO: Misc Questions

CIDESCO: Misc Questions

University

100 Qs

Final Test - English 1

Final Test - English 1

University

100 Qs

BÀI KIỂM TRA TUẦN SHCD NĂM 2025 - 2026 DÀNH CHO SV NĂM THỨ 4

BÀI KIỂM TRA TUẦN SHCD NĂM 2025 - 2026 DÀNH CHO SV NĂM THỨ 4

University

103 Qs

Psikotes VBI Staff

Psikotes VBI Staff

University - Professional Development

100 Qs

UTS Manpro TI

UTS Manpro TI

University

100 Qs

Bộ câu hỏi kiểm tra chương trình WASC

Bộ câu hỏi kiểm tra chương trình WASC

KG - University

94 Qs

Simulador 10 2024

Simulador 10 2024

University

100 Qs

ch456713

ch456713

Assessment

Quiz

Other

University

Practice Problem

Easy

Created by

Amrit Selva Ganesh

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

99 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is an lvalue in C?

A) A label name

B) A literal constant

C) An object stored in computer memory

D) An error message

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the statement count++ do?

Sets count to 0

Increments count by 1

Multiplies count by 2

Decreases count by 1

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is a correct use of assignment chaining?

i + j + k = 0;

i == j == k == 0;

i = j == k = 0;

i = j = k = 0;

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of

i = 8; j = 4; i *= j++;

printf("%d %d", i, j); ?

32 4

40 5

40 4

32 5

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which form of increment returns the incremented value immediately?

x--

--x

++x

x++

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In a switch statement, what data types can the controlling expression be?

int, char, enum

array

string and float

float and double

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output if grade = 3 ?

switch (grade) { case 4: printf("Excellent"); case 3: printf("Good"); case 2: printf("Average"); case 1: printf("Poor"); case 0: printf("Failing"); }

GoodAveragePoorFailing

Good

GoodAverage

GoodAveragePoor

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?