1. What kind of literals are the following
14, 'm', "abc", 3.5.
tell me fast it is of computer
class 9
Answers
Answered by
0
Answer:
KnowledgeBoat Logo
Home
Class 9 - APC Understanding Computer Applications with BlueJ
Operators in Java
Chapter 4
Operators in Java
Class 9 - APC Understanding Computer Applications with BlueJ
Multiple Choice Questions
Question 1
The statement n += 4 is equivalent to:
++n
n=n+4 ✓
n+1
none
Question 2
What will be the output of a & b in the following, if int a, b; a=10; b=a++;
10,10
10,11
11,10 ✓
11,11
Question 3
What will be the output of a++ when int a = -1;
1
-1
0 ✓
none
pls mark me as brainlist
Similar questions