1.Two or more pointers access the same data at the same time.
2.At least one of the pointers is being used to write to the data.
3.There’s no mechanism being used to synchronize access to the data
4.All of the above
Answer:4