Comment on the output of this C code?
#include int const print() { printf("Sanfoundry.com"); return 0; } void main() { print(); }
Answer: B
None. Output: $ cc pgm13.c $ a.out