What will be the data type returned for the following function?
int func() { return (double)(char)5.0; }
Answer: B
No answer description available for this question.