Computer Science, asked by satishmrj15, 10 months ago

function prototype used for​

Answers

Answered by yuvraj99975
2

Explanation:

The function prototypes are used to tell the compiler about the number of arguments and about the required datatypes of a function parameter, it also tells about the return type of the function. By this information, the compiler cross-checks the function signatures before calling it.

BROTHER PLEASE MARK IT AS BRAINLIEST PLEASE

Answered by madhulatha943
1

Explanation:

the function prototype are used tell the complier about the no of arguments and about the required data types of a function parameter

Similar questions