Coding Contest Quiz

Coding Contest Quiz

30 Qs

quiz-placeholder

Similar activities

Quiz: Advanced Code Analysis and Debugging

Quiz: Advanced Code Analysis and Debugging

KG - University

30 Qs

2. SUMATIF 1 KELAS XI AK/LPB

2. SUMATIF 1 KELAS XI AK/LPB

11th Grade - University

25 Qs

The Science of Biology

The Science of Biology

KG - University

32 Qs

2024 Ancient Rome

2024 Ancient Rome

6th Grade

34 Qs

Programming Theory

Programming Theory

KG - University

25 Qs

Introduction to 3D Printing Test

Introduction to 3D Printing Test

6th - 8th Grade

30 Qs

Chapter 11 2021 UPC

Chapter 11 2021 UPC

Professional Development

26 Qs

Module Auditorium - Quiz

Module Auditorium - Quiz

KG - University

27 Qs

Coding Contest Quiz

Coding Contest Quiz

Assessment

Quiz

others

Hard

Created by

venkat viswa

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the following C code print? printf("%d", sizeof(int));

2
4
8
Compiler Error

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of the following python code?

num_list = [1, 2, 3, 4, 5]

print(num_list[1:-1])

[2, 3, 4]
[2, 3, 4, 5]
[1, 2, 3, 4]
[1, 2, 3, 4, 5]

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of the following code? int x = 5; printf("%d", x++);
5
6
4
Error

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which data structure uses LIFO (Last In, First Out) order?
Queue
Stack
Linked List
Tree

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of the following code?
char str[] = "Hello, World!";
printf("%s", str);

Hello, World!

H

Compiler Error

Undefined Behavior

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of the malloc() function in C?
To allocate memory dynamically
To deallocate memory
To calculate the size of memory
To declare a pointer variable

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which sorting algorithm has the best average-case time complexity?
Bubble Sort
Selection Sort
Merge Sort
Insertion Sort

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?