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
AnswerD.
1.000000
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board