Skip to content
QnA Plus

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

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

Programming

  • Home
  • Programming
  • Page 26

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 inProgramming, CNo 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

Command Line Arguments in C Programming

Posted by By Srikanta August 27, 2019Posted inProgramming, CNo Comments
An application takes inputs in various ways. It can ask for input from user while it is running. It can read something from file or socket. Another way is, we…
Read More

C Program to Calculate the Sum of All Elements in an Array

Posted by By Srikanta August 27, 2019Posted inProgramming, CNo Comments
Here is the C program that prints the sum of all elements in an array. #include <stdio.h> int main(){ int arr[] = {23, 45, 1, 34, 56, 76, 74}; int…
Read More

Posts pagination

Previous page 1 … 24 25 26 27 28 … 38 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 116 views
    • C Program to Sleep in Milliseconds 99 views
    • How to install Ping or Ping6 using YUM 93 views
    • How to Implement Periodic and Single Shot Timers in Linux? 84 views
    • Change a Variable from inside a C Function 57 views
    • C Program to Find the Longest Word in a String 54 views
    • C Program to Check Whether Two String are Equal 52 views
    • How to Store SVN Password in Encrypted Form in Linux 47 views
    • C Program to Print the Current File Name and Line Number 43 views
    • How to Re-Indent C Code Using Notepad++ 41 views

    💬
    Chat with Us!

    Copyright © 2015 - 2025 QnA Plus. All rights reserved.
    Scroll to Top
    0
    0
    0
    0
    0
    0