If return type for a function is not specified, it defaults to int
Answer: A
True, The default return type for a function is int.