Basic Programming Terms : Variables , Predefined Types , Constant , Keywords & Identifiers
May 28, 2025 · 6 min read · 1. Identifiers Description : These are the names you give to things you create in your code, like variables, constants, or classes. It’s like naming your pet—you pick a name, but it has to follow some rules (e.g., no spaces, can’t start with a numbe...
Join discussion