Computer Science, asked by crystalroger78, 11 hours ago

What are the types of casting shown in the following examples? i. char a=’G’; int n=a; ii. double d=98.54;​

Answers

Answered by Oreki
5

\textsf{In the given snippets,}\\\texttt{\: \: char a = `G';}\\\texttt{\: \: int n = a;} \textsf{\: \: and,}\\\texttt{\: \: double d = 98.54;}\\\textsf{Implicit type casting is shown.}

Similar questions