C++ .push()
Published Jul 29, 2022Updated Dec 21, 2022
Contribute to Docs
The .push() method adds an element to the top of the stack.
Syntax
The .push() method is called on a stack using the following syntax:
stackName.push(value);
Note: Each
valueinstackNamemust be of the same data type.
Codebyte Example
The following example uses adds several values to myStack with the .push() method:
Contribute to Docs
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.
Learn C++ on Codecademy
- Looking for an introduction to the theory behind programming? Master Python while learning data structures, algorithms, and more!
- Includes 6 Courses
- With Professional Certification
- Beginner Friendly.75 hours
- Learn C++ — a versatile programming language that’s important for developing software, games, databases, and more.
- Beginner Friendly.11 hours