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 28

C Program to Check Whether a String is Palindrome

Posted by By Srikanta August 22, 2019Posted inProgramming, CNo Comments
Palindrome string is a string that reads the same from both forward and backward directions. For example, "madam" reads the same from both directions. If you reverse a palindrome string,…
Read More

C Program to Reverse a String

Posted by By Srikanta August 16, 2019Posted inC, ProgrammingNo Comments
Here we'll see how to write a C program to reverse a string. Solution 1 void reverse_string(char *input, char *output) { int len = 0, i = 0; if(input ==…
Read More

C Program to Reverse an Integer

Posted by By Srikanta August 14, 2019Posted inProgramming, CNo Comments
Here we'll see how to write C program to reverse an integer. The reverse_integer() function takes an integer like 5234569 and returns 9654325. #include <stdio.h> unsigned int reverse_integer(unsigned int in)…
Read More

C Program to Sleep in Milliseconds

Posted by By Srikanta August 13, 2019Posted inProgramming, CNo Comments
We don't have millisecond level control in the sleep() function. But in Linux we can implement our own function that will take duration in milliseconds as input and sleep for…
Read More

C Program to Delete Linked List

Posted by By Srikanta August 12, 2019Posted inProgramming, CNo Comments
In my previous article I showed how to create a linked list. Now if you no longer need the linked list in your program, you have to delete that. Otherwise,…
Read More

Posts pagination

Previous page 1 … 26 27 28 29 30 … 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 114 views
    • C Program to Sleep in Milliseconds 91 views
    • How to install Ping or Ping6 using YUM 86 views
    • How to Implement Periodic and Single Shot Timers in Linux? 84 views
    • Change a Variable from inside a C Function 56 views
    • C Program to Check Whether Two String are Equal 51 views
    • C Program to Find the Longest Word in a String 48 views
    • How to Store SVN Password in Encrypted Form in Linux 45 views
    • How to Re-Indent C Code Using Notepad++ 41 views
    • How to do Asynchronous Operations using boost::asio? 39 views

    💬
    Chat with Us!

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