Master this deck with 17 terms through effective study methods.
Generated from uploaded pdf
Focuses on clear control flow and modular code.
Outputs data to the console.
Takes input from the user.
For loop has a known iteration count; while loop does not.
The loop executes at least once.
Selects code execution based on conditions.
Handles multiple conditions based on fixed values.
Skips the current iteration and continues with the next.
Groups different data types into a single object.
Defines a set of named integer constants.
Using the same function name with different parameters.
A function calls itself to solve a problem.
Pass by value copies data; pass by reference allows modification.
A collection of elements of the same type.
Using two indices to access elements.
An array of characters ending with a null character.
Copies a string from source to destination.