Write the correct form of the following type casting statements.
(i) char t = (char v);
(ii) int t = int (v);
(iv) int k = (char) d;
(v) double k = (float) d;
(iii) long g = (int) m;
(vi) int k = double (p);
Answers
Answered by
4
Answer:
Char
Int
Float
Long
Int
Answered by
1
Answer:
char, int, float,long,int...
Similar questions