Computer Science, asked by rrajkamal786, 4 months ago

Function declaration ends with a___________?​

Answers

Answered by JagadishlalSahoo
3

Answer:

A function is a group of statements that together perform a task. ... 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.

Explanation:

Answered by takdeerbrarfdk224
0

Answer --> Semicolon

function declaration ends with a semicolon.

---------------

Similar questions