Join WhatsApp ChannelDaily MCQs & Exam Updates
Computer Science Medium PPSC Uploaded: 13 Aug 2026

What is a linked list?

  • A A sorting algorithm
  • B A collection of elements in contiguous memory
  • C A type of database
  • D A collection of nodes where each points to the next
Correct Answer: Option D — A collection of nodes where each points to the next
Explanation:
A linked list is a linear data structure consisting of nodes, where each node contains data and a pointer to the next node in the sequence.
Submitted by: PaperMCQs
Related MCQs