Problem Solving using C - EBT(2025-2026 odd)

Problem Solving using C - EBT(2025-2026 odd)

University

11 Qs

quiz-placeholder

Similar activities

Grammar test 2024 ชุดที่ 1

Grammar test 2024 ชุดที่ 1

University

10 Qs

Topic 11- Selecting and Managing Entry Modes

Topic 11- Selecting and Managing Entry Modes

University

15 Qs

Christmas Quiz 2024

Christmas Quiz 2024

9th Grade - University

15 Qs

Filter coffee 17287 Check your learning

Filter coffee 17287 Check your learning

11th Grade - University

16 Qs

Prokaryote/Eukaryote Quiz

Prokaryote/Eukaryote Quiz

7th Grade - University

6 Qs

Abolitionist Movement Quiz

Abolitionist Movement Quiz

8th Grade - University

15 Qs

Chinese New Year Quiz

Chinese New Year Quiz

12th Grade - University

10 Qs

Energy Sources

Energy Sources

6th Grade - University

15 Qs

Problem Solving using C - EBT(2025-2026 odd)

Problem Solving using C - EBT(2025-2026 odd)

Assessment

Quiz

others

University

Hard

Created by

VAITHESWARI R

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

Enter your Name in (BLOCK LETTERS)

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a C token?
Keyword
Variable
Operator
Constant

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is guaranteed to execute at least once?
for
while
do-while
None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the index of the first element in a C array?
0
1
-1
Depends on the array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file mode is used to append data to an existing file?
"r"
"w"
"a"
"rw"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is a two-dimensional array declared in C?
int arr(2,2);
int arr[2][2];
int arr{2}{2};
array int arr[2][2];

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to denote a flowchart's start or end?
Parallelogram
Oval
Rectangle
Diamond

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?