Font size
WorksheetsWeekly Contest #1 - TechXNinjas
Total questions: 12
Worksheet time: 6mins
Which of the following programming language does not contain pointers
JAVA
C++
Python
Swift
JAVA does not support ______________ inheritance
multiple
multilevel
hierarchical
simple
Select the odd one out
int
double
float
long
What do we will get by printing 'd':
int d = c = b = a;
10
12
20
22
Which of the following types of conversion is not in proper order?
byte ---> short
char ---> int
double ---> long
int ---> long
The associativity of the assignment operator is always from:
Right to Left
Left to Right
Right to Right
Left to Left
Guess the name of "&&" (choose the most accurate answer)
Logical operator
Logical OR operator
Logical AND operator
AND operator
Select the odd one out w.r.t assignment operator
+=
==
/=
-==
If the initial value of 'a' is 13 then what is the result of a+=17
4
26
30
46
"Friend" keyword is used to access the data present inside the _________ access specifier
private
public
protected
NONE
Which of the following variable names is valid
||a
else
ab$
a#
Type the symbol of "Left shift bitwise operator"
(a)
