Computer Science, asked by anushajain4496, 1 year ago

What is the default return type of a function it is not specified in the function?

Answers

Answered by srivastavah64
1
If return type is not specified in function definition then default return type will be int.
Hope it's help
Similar questions