#include <stdio.h> int func() { return (double)(char)5.0; }
a) char
b) int
c) double
d) multiple type-casting in return is illegal
What will be the data type returned for the following C function?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the data type returned for the following C function?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!