Computer Science, asked by biswassarasi09, 9 months ago

What are the types of casting shown in the following example?
i) char a ='G';
int n=a;
ii) double d =98.54;
long l= (long)d;​

Answers

Answered by satish93721
1

Answer:

option 2nd is the answer

Answered by ananya31838
0

Answer:

(ii)

Explanation:

Similar questions