Q:

What will be the data type returned for the following C function?

0

What will be the data type returned for the following C function?

#include 
int func() 
{ 
return (double)(char)5.0; 
}

  1. int
  2. double
  3. char
  4. No output

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

int

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now