Which among the following is an illegal variable declaration?
double private;
int code=0;
float student;
charShuman;
Which of the following is not an arithmetic operator?
+
-
&
%
Choose the odd one from the following
17,250.23
172.E7
-.00625
17.5
Int count =0, sum, sum2; sum=count+(++count); in the lines of code. what will be the values of sum and sum2?
1 and 0
0 and 1
0 and 2
0 and 0
What is the Meaning of operand ?
Represents operations
That follows an opearator
Objects of operation
That preceeds an operator
What is an 'rvalue'?
Data value
Location value
Readable value
Rewritable value