Vidyalelo
C Programming · Q242

File Input Output

Programming · C Programming · question 242

Q242

What will be the output of the following C code? #include #include int main() int i = 90; printf("%f ", sin(i)); return 0;

A.
Compile time error
B.
Undefined behaviour
C.
0.893997
Answer
D.
1.000000

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board