Batch 1

Batch 1

University

30 Qs

quiz-placeholder

Similar activities

Quizzie - Buzzie

Quizzie - Buzzie

University

30 Qs

[QUIZ] Chapter 1 - Chapter 3

[QUIZ] Chapter 1 - Chapter 3

University

30 Qs

DEBUGGING

DEBUGGING

University

26 Qs

PIC_REVISION

PIC_REVISION

University

25 Qs

QUIZZ WIZZ

QUIZZ WIZZ

University

25 Qs

Basics of Programming

Basics of Programming

University

25 Qs

C Coding Contest Round 1

C Coding Contest Round 1

University

25 Qs

C Loops

C Loops

University

25 Qs

Batch 1

Batch 1

Assessment

Quiz

Education

University

Hard

Created by

CodeClash 24

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Predict the output/error in the given code snippet?
CodeClash Event....
15Welcome to CodeClash Event....
Syntax error
None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
In the provided Java code snippet, what expression should replace the blank to correctly determine the length of the string?
char **s,length<sizeof(0)
char s,s!=Null
char s[],s[length] !='\0'
char *s,*s!='\0'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
In the provided Java code snippet, what expression should replace the blank to correctly determine whether the given integer is odd or even?
(number & 1)
(number ^ 1)
(number >> 1)
(number & (number - 1))

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Predict the output/error in the given java code snippet?
No method found error
Syntax error
10
None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following statements are correct about the below program?
Error: Expression syntax
Error: Undeclared identifier if
No output
Output: Have a nice day

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What will be the output of this code snippet ?
8
11
10
9

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Guess the output of the below pseudocode.
$0$1$2$3$4$5$6$7$8$9
$0$1$2$3$4$5$$$$
$0$1$2$3$4$5$6$$$
$0$1$2$3$4$56789

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?