Functions - Programming

Q1:

If return type for a function is not specified, it defaults to int

A True

B False

ANS:A - True

True, The default return type for a function is int.