Multiple choice

In 'C' by default, the main program returns _____________ value at the end of the program.

  1. int

  2. char

  3. float

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

All 'C' program returns integer type of value by default, if the return type is not specified.