Q Pointers are useful in ________?

  • A Locating Area on Disk
  • B Pointing mistakes in input data
  • C Traversing Linked List
  • D All of these

MCQs Details

A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. The elements in a linked list are linked using pointers.