Computer Science, asked by nitin9863, 5 months ago

Functin declaration ends with

Answers

Answered by sadhu302
0

Answer:

function declaration ends with semi colon (;)

Explanation:

eg. int sum(int a, int b);

Answered by singhrajprapti
1

Answer:

Function declaration end with the return clause, which specifies the data type of return value

Similar questions