Comment on the output of this C code?
int const print() { printf("AllIndiaExams.in"); return 0; } void main() { print(); }
Answer: B
None