Computer Science, asked by agoyal856, 15 days ago

-. Write the correct form of the following type casting statements.
(i) chart
(char v);
(ii) int t = int (v);
(iii) long g = (int) m;
(iv) int k = (char) d;
(v) double k = (float) d;
(vi) int k = double (p);​

Answers

Answered by priyanshumukhopadhya
0

Answer:

No. iv is the write answer for casting statement

Similar questions