Computer Science, asked by juwairiyahsurti, 10 months ago

What will be the output of the following program?

public class DemoOnOperators
{
public static void main(String[] args)
{
int i, j, k, l = 0;
k = l++;
j = ++k;
i = j++;
System.out.println(i);
}
}

Answers

Answered by Chiranshee8
0

sorry can't understand your question........

Similar questions