Computer Science, asked by ramanjorasingh, 6 months ago

what id the need of function declaration ?​

Answers

Answered by Anonymous
0

Answer:

A function declaration tells the compiler about a function's name, return type, and parameters. A function definition provides the actual body of the function. The C standard library provides numerous built-in functions that your program can call.

Answered by thakuruttamsing10
1

Explanation:

A function declaration tells the compiler about a function's name, return type, and parameters. A function definition provides the actual body of the function. The C standard library provides numerous built-in functions that your program can call.

Similar questions