Right answer is (c) B + tree allows rapid random access as well as rapid sequential access
Easiest explanation - The B+ -tree being a variation of B-tree allows rapid random access. In a B+ -tree the leaves are linked together, so it also provides rapid sequential access.