WorksheetsTechnical Quiz - Round 2
Total questions: 15
Worksheet time: 8mins
What will be the output of the following code?
12
24
20
18
What will be the output of the code?
JAVA
java
418
None of the Options
What will be the output of the code?
Error: invalid identifier
25
55555
None of the options
What will be the output of the C program?
Compilation
Error
Infinite Loop
Loop Loop Loop Loop Loop
None of the Options
Consider the following Java Code. What is the correct option?
Infinite Loop
Error: Condition Expression of for
Prints Hello
None of the Options
What is the output of the code Snippet
0
1
Compilation
Error
RunTime
Error
What is the output of the following code?
8
10
Compilation
Error
RunTime
Error
Guess the output of the given code.
1
-1
2
-2
_____ Tells a compiler that the data would be defined somewhere and it would be connected to the Linker.
Variable
yvals
errno
extern
Identify the programming Language
Golang
Kotlin
Swift
Python
Guess the output of the given code
1
120
0
None of the choices
Which is the correct absolute path of a file in Java?
C:\Program Files\Java\jdk1.8.0_131\bin\file_name.txt
C:\Program Files\Java\file_name.txt
C:\Program Files\Java\jdk1.8.0_131\file_name.txt
C:\Program Files\Java\jdk1.8.0_131\bin\File Handling\file_name.txt
Guess the output of the below Program
-2147483648 and 1
0x80000000 and
0x00000001
-2147483648 and -1
1 and -2147483648
Which is a valid declaration within an interface?
public static short stop = 23;
protected short stop = 23;
transient short stop = 23;
final void madness(short stop);
Identify the father of the swift programming language?
JetBrains
Christopher Arthur Lattner
Grace Murray Hooper
Brendan Eich
