Computer Science, asked by sustakatuwal89, 7 months ago

what is function in c++ program​

Answers

Answered by kashishraj386
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 diwakarsharma1983
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