Answer:
Open addressing is the technique used in the hash tables during the collision resolution. This method is also known as closed hashing.This techniques helps in the solving the issue of collision.
All the keys gets placed in the hash table and so the size of hash table equal to or greater number of overall keys.There are three techniques used for open addressing, which are linear probing ,quadratic probing and double hashing