What is the C ++ language function? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the C ++ language function?

5th May 2021, 8:06 PM
Mohmed Ahmed
Mohmed Ahmed - avatar
9 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/
5th May 2021, 8:16 PM
Matias
Matias - avatar
+ 2
First complete the c++ course to gather information about it
5th May 2021, 8:35 PM
Atul [Inactive]
+ 2
Mohmed Ahmed I agree with Atul
5th May 2021, 10:03 PM
Ilyas Bakirov
Ilyas Bakirov - avatar
+ 2
thank you matiyas
6th May 2021, 7:37 PM
Mohmed Ahmed
Mohmed Ahmed - avatar
+ 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.
7th May 2021, 12:45 AM
❤️😍Prerana😍❤️
❤️😍Prerana😍❤️ - avatar
+ 1
Exactly, I will complete it, thank you atul
6th May 2021, 7:39 PM
Mohmed Ahmed
Mohmed Ahmed - avatar
+ 1
of course
6th May 2021, 7:40 PM
Mohmed Ahmed
Mohmed Ahmed - avatar
+ 1
Wonderful thank you
8th May 2021, 1:27 PM
Mohmed Ahmed
Mohmed Ahmed - avatar
0
why
5th May 2021, 8:09 PM
Mohmed Ahmed
Mohmed Ahmed - avatar