Byte Bash-2k24

Byte Bash-2k24

24 Qs

quiz-placeholder

Similar activities

Quiz tecnologie informatiche-teoria

Quiz tecnologie informatiche-teoria

2nd Grade - University

21 Qs

SOAL SUMATIF PH ( IPAS) KELAS IV SDN BANJARARUM II ( Olimpiade )

SOAL SUMATIF PH ( IPAS) KELAS IV SDN BANJARARUM II ( Olimpiade )

KG - University

25 Qs

UJI KOMPETENSI TEMA 8 SUB TEMA 3

UJI KOMPETENSI TEMA 8 SUB TEMA 3

1st - 5th Grade

25 Qs

LEY  EDUCATIVA 070

LEY EDUCATIVA 070

KG - University

20 Qs

Spelling Drills

Spelling Drills

4th Grade

20 Qs

CUEST DE MUSICA

CUEST DE MUSICA

KG - University

21 Qs

Byte Bash-2k24

Byte Bash-2k24

Assessment

Quiz

others

Practice Problem

Hard

Created by

244021 Joanne Pranita

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

24 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

Name

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

30 sec • Ungraded

Batch No.

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Year

II
III

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly declares a string in C?

A) char str[] = "Hello";
B) char *str = "Hello";
C) char[] str = "Hello";
D) string str = "Hello";

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following C code? #include int main() { int x = 10; if (x = 5) { printf("Hello "); } else { printf("Hi "); } return 0; }

A) Hello
B) Hi
C) Compiler Error
D) Segmentation Fault

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax to define a function in C that takes an integer parameter and returns an integer?

A) int function(int x) {}
B) int function(x) int x; {}
C) function(int x) { return x; }
D) int x function(int) {}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? #include int main() { int x = 5; printf("%d", x++); printf("%d", ++x); return 0; }

56
65
67
57

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

Already have an account?