Correct Declaration of Values to variables ‘a’ and ‘b’? - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
09 Apr 2019 04:30 PM study24x7 study24x7

Correct Declaration of Values to variables ‘a’ and ‘b’?

A

int a = 32, b = 40.6;

B

int a = 42; b = 40;

C

int a = 32; int b = 40;

D

int a = b = 42;

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