You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Basic C++ Functions C and C++ / Functions and Classes
Functions are bits of code that the program jumps to in order to do certain tasks. The main function holds the main code (the code that is executed first) and where the other functions are called from. Variables can be passed into and returned from a function.