Identify the implicit cast and explicit cast

Posted by user292489 on Stack Overflow See other posts from Stack Overflow or by user292489
Published on 2010-03-12T16:42:04Z Indexed on 2010/03/12 17:57 UTC
Read the original article Hit count: 294

Filed under:
|

Hello there, I would appreciate it if anyone can answer my question.
Identify the implicit cast and explicit cast?

int a = 2, b = 3;

float f = 2.5;
double d = -1.2;
int int_result;
float real_result;

© Stack Overflow or respective owner

Related posts about casting

Related posts about homework