A

Admin • 36.96K Points
Coach

Q. Which of the following type-casting can be “wrapped”?

  • (A) char –> int
  • (B) int –> float
  • (C) int –> char
  • (D) char –> short

Explanation by: Admin
Example:

int i = 48;
char c = (char)i;

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics