A
Q. What will be the data type returned for the following C function?
Code:
#include <stdio.h>
int func()
{
return (double)(char)5.0;
}
int func()
{
return (double)(char)5.0;
}
- Correct Answer - Option(B)
- Views: 23
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.