Suppose we had a hash table whose hash function is “n % 12”, if the number 35 is already in the hash table, which of the following numbers would cause a collision? (A) 143 (B) 144 (C) 145 (D) 148►Correct Option Correct Option is: A