give the output for this code snippet
int a= 5, b = 2,c;
if (a > b || a != b)
c = ++a + --b;
System.out.println(c+ " " +a+ " " +b);
Answers
Answered by
1
Answer:
which attack is related to confidentiality
Similar questions