The output of the following code will be: int a=10; int b=5; int c= a++ + b ; System.out.println(c);
Answers
Answered by
1
a=10,b=5
c=a++ + b
c=11+5
c=16
Similar questions
Math,
3 months ago
Social Sciences,
3 months ago
Hindi,
3 months ago
Music,
11 months ago
English,
11 months ago