Coding Competation(Round 1)

Coding Competation(Round 1)

University

30 Qs

quiz-placeholder

Similar activities

Quiz 2

Quiz 2

University

25 Qs

OOPS quiz-1

OOPS quiz-1

University

35 Qs

PYTHON CONTEST 2

PYTHON CONTEST 2

University

25 Qs

Assignment 2(CIVIL)

Assignment 2(CIVIL)

University

25 Qs

Code Chase Round-1

Code Chase Round-1

University

30 Qs

Java Variables, Class and Objects

Java Variables, Class and Objects

University

25 Qs

python collection

python collection

University

29 Qs

TCP Socket Programming

TCP Socket Programming

University

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