What is the output of this program ...?class char_increment { public static void main(String args[]) { char c1 = 'D'; char c2 = 84; c2 ; c1 ; System.out.println(c1 ' ' c2); } } - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
683 followers study24x7 02 May 2019 06:29 PM study24x7 study24x7

What is the output of this program ...?

class char_increment { public static void main(String args[]) { char c1 = 'D'; char c2 = 84; c2++; c1++; System.out.println(c1 + " " + c2); } }

A

E U

B

U E

C

V E

D

U F

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles