Closed
Description
⭐ Request Type
Add proper documentation for the lesson Introduction to Arrays
in the file
💻 Location
This lesson is present under the
Section: 4
Lesson: A
File-Name: arrays.md
❌ Additional Info
You can take the help of other markdown files in the /lesson
directory
Introduction to Arrays must consist of at least the following topic:
- why arrays + what is an array?
- syntax + indexing + internal working.
- basic example for the array(program code).
- memory allocation
- input an array + output an array.