August 2016
Beginner to intermediate
480 pages
12h 34m
English
What You’ll Learn in This Hour:
What a function does
How to declare and define functions
How to call functions with arguments
How to return a value from a function
A function is a section of a program that can act on data and return a value. Every C++ program has at least one function, the main()
Read now
Unlock full access