Coding Competation(Round 1)

Coding Competation(Round 1)

University

30 Qs

quiz-placeholder

Similar activities

Quiz_python

Quiz_python

University

29 Qs

C Language Basics

C Language Basics

University

26 Qs

PSP Module-1

PSP Module-1

University

25 Qs

Structures and Pointers in C

Structures and Pointers in C

University

35 Qs

R Quiz

R Quiz

University

26 Qs

Quiz 1 Review - CS125

Quiz 1 Review - CS125

University

25 Qs

Python - Intro

Python - Intro

University

30 Qs

Tech Quiz Round-1.

Tech Quiz Round-1.

University

25 Qs

Coding Competation(Round 1)

Coding Competation(Round 1)

Assessment

Quiz

Computers

University

Hard

Created by

GOPE KUMAR

Used 9+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Integer n1=2000,n2=2000;

Integer n3=20,n4=20;

System.out.println(n3==n4);

System.out.println(n1==n2);

What will be the output for the given code snippet in java?

True,True

False,True

False,False

True,False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output for the given C code ?

var=1000,a=01000

var=8,a=8

var=1000,a=512

var=1000,a=8

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

System.out.println(0.3 == 0.1*3);

System.out.println(0.2 == 0.1*2);

What will be the output for the given code snippet in java ?

True,True

False,True

False,False

True,False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output for the given C code?

Welcome

Compile time error!

No output

Welcome to SitarWelcome

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output for the given Java code ?

NaN

Compile error

Infinity
0.0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output for the given Java code snippet ?

4

3

Compile time error

Depend on compiler

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the given C code ?

Based on 32 bit computer


sizeof(str1) = 7, sizeof(str2) = 7 


sizeof(str1) = 8, sizeof(str2) = 9


sizeof(str1) = 4, sizeof(str2) = 9


sizeof(str1) = 4, sizeof(str2) = 7

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?