Q. What is the default return type of main() in C?
β
Correct Answer: (A)
int
Explanation: By default, main() returns int to indicate success or failure.