What is the output of this C code? void main() { float x = 0.1; if (x == 0.1) printf("Sanfoundry"); else printf("Advanced C Classes"); }
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option A
Explanation :
None.
Be The First To Comment