what is function in c++ program
Answers
Answered by
0
Answer:
A function is a block of code which only runs when it is called. You can pass data, known as parameters, into a function. Functions are used to perform certain actions, and they are important for reusing code: Define the code once, and use it many times.
Answered by
0
Answer:
A function is a block of code which only runs when it is called. You can pass data, known as parameters, into a function. Functions are used to perform certain actions, and they are important for reusing code: Define the code once, and use it many times.
Similar questions
Math,
3 months ago
Computer Science,
7 months ago
Math,
7 months ago
Environmental Sciences,
11 months ago
Math,
11 months ago
History,
11 months ago