What is the output of this C code? void main() { double x = 123828749.66; int y = x; printf("%d\n", y); printf("%lf\n", y); }
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option D
Explanation :
None.
Be The First To Comment