Computer Science, asked by abdirahmaanmohamed26, 9 months ago

Write the syntax of defining and calling a function

Answers

Answered by lovelysingh55
2

Answer:

Function declaration, is done to tell the compiler about the existence of the function. Function's return type, its name & parameter list is mentioned. Function body is written in its definition.

Answered by gangavilla5989
1

Answer:

function declarationis done to tell the compilerabout existence of function

Similar questions