Which of the following is the default return type of a C function if not specified?

Explanation:
In C, if no return type is given, the default is int.

Latest Blogs