Functin declaration ends with
Answers
Answered by
0
Answer:
function declaration ends with semi colon (;)
Explanation:
eg. int sum(int a, int b);
Answered by
1
Answer:
Function declaration end with the return clause, which specifies the data type of return value
Similar questions