name the type of conversion
1) int x= ‘A’;
2) int y= (int) 4.5;
Answers
Answered by
1
Answer:
1) int to char
2) float to int
Similar questions