0
What is the C ++ language function?
12 Answers
+ 3
A function is a group of statements that together perform a task. Every C++ program has at least one function, which is main(), and all the most trivial programs can define additional functions. You can divide up your code into separate functions.
source Google search
https://www.sololearn.com/learning/1602/
https://www.sololearn.com/learning/1635/
+ 2
First complete the c++ course to gather information about it
+ 2
Mohmed Ahmed I agree with Atul
+ 2
thank you matiyas
+ 2
Mohmed Ahmed
function is a group of statements that together perform a task. Every C++ program has at least one function, which is main(), and all the most trivial programs can define additional functions. You can divide up your code into separate functions
https://www.tutorialspoint.com/cplusplus/cpp_functions.htm#:~:text=A%20function%20is%20a%20group,your%20code%20into%20separate%20functions.
+ 1
Exactly, I will complete it, thank you atul
+ 1
of course
+ 1
Wonderful thank you
0
why