Glossary coding Term Page

Index

The position of an element in an array (starts at 0)

index #coding#c
Korean version

Related Concepts

Core Idea

Index is The position of an element in an array (starts at 0). It usually makes the most sense alongside Array, String, Null Terminator.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept