-. 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
0
Answer:
No. iv is the write answer for casting statement
Similar questions