What is the output of this C code? void main() { int x = 0; if (x = 0) printf("Its zero\n"); else printf("Its not zero\n"); }
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option A
Explanation :
None.
Be The First To Comment