Please enable JavaScript to use CodeHS

Data Structures in C++

Lesson 1.5 Functions in C++

Description

In this lesson, students will learn to create functions in C++ as well as study some of the intricacies of C++ functions such as pass-by-reference and function prototypes.


Objective

Students will be able to create functions and apply different C++ standards in order to streamline their programs.