Description
In this course, you will learn:
- Use branch statements (if-else), repetition (for or while loop), and nesting of these structures to manage the flow of a program.
- Create and change arrays to hold integer and floating-point numbers, as well as explain how arrays are stored in memory.
- To store and alter strings, create null-terminated character arrays (of characters).
- Bubble sort, selection sort, linear search, and bisection are all methods for sorting and searching arrays of numbers and characters.