Status: Tags: Links: C MOC
C Variables
Properties
- Type
- Value
- Address in memory
- Can be accessed using C Pointers and References
Types
- Num variables
++var
increments before the whole linevar++
increments before the whole line
- C Strings
- C Arrays
- C Chars
- C Enum
- C Typedef
- C Struct
- C Union
- C Functions
- C Static Var
- C Macros
Scopes
- C Global Variable
- Only use to store global values
SYSTEM = "LINUX"
Backlinks
|
|
References:
Created:: 2021-09-15 14:44