📚 Question Bank Q97 — Programming and Data Structure
Tags
Programming and Data Structure
Q97. Marks: +2.0 UGC NET Paper 2: Computer Science 26th Nov 2021
A hash function h defined as h(key) = key mod 7, with linear probing, is used to insert the keys 44, 45, 79, 55, 91, 18, 63 into a table indexed from 0 to 6. What will be the location of key 18?
1.3
2.4
3.5 ✓ Correct
4.6
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question