Blog : Tech and Stuffs
Latest Posts
-
Identifier
Definition In C++ (and most programming languages), identifiers are the names used to represent objects, entities, and user-defined elements such as: Hence, variable names and function names, for example, all are a subset of identifiers. In summary, identifiers are the names for objects and entities. Key Rules / Conventions for Identifiers ✅ Must start with…
Categories
- C++ (1)
- Uncategorized (0)