Computer Science, asked by dee1181, 7 months ago

name the type of conversion
1) int x= ‘A’;
2) int y= (int) 4.5;

Answers

Answered by Imblank
1

Answer:

1) int to char

2) float to int

Similar questions