Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the three facets of a function: summary/contract, creation/construction, and usage, illustrating the process with examples and discussing the function body, return statement, and the main function in C++. It also explains functions without return values and parameters.