Computer Science, asked by anandvishu603, 2 months ago

Multi Choice Type Question
Marks : 1 Negative Marks : 0
323
234
Find the output of the following code.
class Output
{
public static void main(String args[])
{
int a = 1;
int b = 2;
3 4.4
int c)
int d;
C = ++b)
d = a++
C++
b++;
++a;
System.out.println(a + "" + b + "" + c);
}
}​

Answers

Answered by pratyushthechamp
0

Answer:

qbasic.............

Similar questions