what is function in c++?with example
Answers
Answered by
0
its is a computer language use in designing or programming software
ketanpsuri:
mark it as brainlist
Answered by
0
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.
Similar questions