Q. What differentiates a circular linked list from a normal linked list?

  • (A) you cannot have the ‘next’ pointer point to null in a circular linked list
  • (B) it is faster to traverse the circular linked list
  • (C) you may or may not have the ‘next’ pointer point to null in a circular linked list
  • (D) head node is known in circular linked list
πŸ’¬ Discuss
βœ… Correct Answer: (C) you may or may not have the ‘next’ pointer point to null in a circular linked list

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
266
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate