Computer Science, asked by dineshyadavrbl1975, 10 months ago

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 dj12387
4

Answer:

Char

Int

Float

Long

Int

Answered by arqam513
1

Answer:

char, int, float,long,int...

Similar questions