What is the default return type if it is not specified in function definition?
Answers
Answered by
0
The function is said to return the value of type int.
Explanation:
- In no return type, if specified, the function is said to return the value of type int
- Except "array of type" or "function returning type," a function can return all other types of values
- If a value is returned, it is usually specified by using an expression in a return statement
Learn more about functioning of Google analytics here:
What is the function of Google Analytics? web graphics website monitor website statistics programming
https://brainly.com/question/13234037
Similar questions