undefined behavior (UB) is the result of executing a program whose behavior is prescribed to be unpredictable, in the language specification to which the computer code adheres
Examples:
Division By Zero
Memory accesses outside of array bounds (out of bound access)