Computer Science, asked by manavrathore7794, 1 year ago

Function declaration ends with a.....................? Write an appropriate word or output for it.

Answers

Answered by BantaiRapper
0
hiii.............rathore.........
Answered by orangesquirrel
0

Answer:

Function declaration ends with a (). Any function that is being called performs the respective task and finally returns the control to the main program under two circumstances:

1. When the closing brace/function ending (), is reached.

2. When the return statement gets executed.

A function declaration is important as it directs the compiler as to what the parameters, data types as well as return types are taken.

Similar questions