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

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

University

11 Qs

quiz-placeholder

Similar activities

Microprosser 8085 pin

Microprosser 8085 pin

University

10 Qs

8085 microprosser flags

8085 microprosser flags

University

10 Qs

Earth's Interior OST Practice

Earth's Interior OST Practice

8th Grade - University

11 Qs

Excel 1

Excel 1

6th Grade - University

11 Qs

Evaluación de Conocimientos Básicos sobre Java

Evaluación de Conocimientos Básicos sobre Java

University

12 Qs

Python Quiz

Python Quiz

10th Grade - University

15 Qs

OBCFC 18-7-25

OBCFC 18-7-25

University

10 Qs

Polymorphism - Objective Exercises

Polymorphism - Objective Exercises

University

11 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?