Skip to content
QnA Plus

Code, Create, Conquer: Insights, Algorithms, and Innovation

  • Home
  • Privacy Policy
  • Terms and Conditions
  • Contact
  • Contribute
  • About

Linked List

  • Home
  • Linked List
  • Page 2

C Program to Delete the First Node of a Linked List

Posted by By Srikanta March 24, 2020Posted inProgramming, CNo Comments
Here we'll see how write C program to delete the first node of a linked list. Head always points to the first node. Head will move to where the first…
Read More

C Program to Reverse a Linked List

Posted by By Srikanta March 17, 2020Posted inProgramming, CNo Comments
Reversing a linked list means re-arranging the next (connection) pointers. Head will point to the last node and the first node will point to NULL. Direction of other next pointers…
Read More

C Program to Search for an Element in Linked List

Posted by By Srikanta September 2, 2019Posted inProgramming, CNo Comments
Here we'll see how to write a C program to find an element in a linked list. The function is_present() takes a linked list (head pointer) and a value (val)…
Read More

C Program to Print the Length of a Linked List

Posted by By Srikanta August 29, 2019Posted inC, ProgrammingNo Comments
Here we'll see how to write a C program to print the length of a linked list. The function get_length() takes a linked list as input and returns the length…
Read More

C Program to Check Whether Two Linked Lists are Equal

Posted by By Srikanta August 28, 2019Posted inProgramming, CNo Comments
Here we'll see how to write a C program to compare two linked lists. First we'll create three linked lists, first two are equal and third one is different. We'll…
Read More

Posts pagination

Previous page 1 2 3 4 Next page
Categories
  • Programming 186
    • C 105
    • C++ 70
    • Python 7
  • Technology 30
  • Networking 6
  • Database 4
  • Others 8

    Popular Posts:

    • Implement Bubble Sort in C 119 views
    • C Program to Sleep in Milliseconds 96 views
    • How to install Ping or Ping6 using YUM 94 views
    • How to Implement Periodic and Single Shot Timers in Linux? 87 views
    • Change a Variable from inside a C Function 59 views
    • C Program to Check Whether Two String are Equal 48 views
    • How to Store SVN Password in Encrypted Form in Linux 44 views
    • How to Re-Indent C Code Using Notepad++ 44 views
    • C Program to Find the Longest Word in a String 42 views
    • C Program to Print the Current File Name and Line Number 39 views

    💬
    Chat with Us!

    Copyright © 2015 - 2025 QnA Plus. All rights reserved.
    Scroll to Top
    2
    2
    1
    3
    10
    1