Q. What is the default return type of main() if not specified?
β
Correct Answer: (B)
int
Explanation: C assumes int as the default return type if not specified explicitly.