12
int *ip=nullptr; int i = *ip; // illegal and usually crashes the program with a read access violation.