Skip to content
QnA Plus

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

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

C

  • Home
  • Programming
  • C
  • Page 5

C Program to Remove All Occurrences of a Number from an Array

Posted by By Srikanta December 30, 2020Posted inProgramming, CNo Comments
In the previous article we saw how to remove an element of a particular position from an array. Here we'll see how we can remove all occurrences of a number.…
Read More

C Program to Delete Element from an Array

Posted by By Srikanta December 29, 2020Posted inC, ProgrammingNo Comments
Here we'll see how to delete an element of a particular position from an array. Deleting element means left-shifting the right elements starting from the position. #include <stdio.h> void delete_pos(int*…
Read More

C Program to Insert an Element in an Array

Posted by By Srikanta September 22, 2020Posted inProgramming, CNo Comments
Here we'll see how to insert an element in an array at a particular position, after or before an existing element. If we insert an element in an array, all…
Read More

C Program to Reverse an Array

Posted by By Srikanta September 2, 2020Posted inProgramming, CNo Comments
Here we'll see how we can write a C program to reverse an array. If an array is '43 23 45 11 8 54 89', then after reversal it will…
Read More

C Program to Check Whether Two Strings are Equal in Case Insensitive Way

Posted by By Srikanta August 23, 2020Posted inProgramming, CNo Comments
In the previous article, we saw how to check whether two strings are equal. But there the comparision was case sensitive. That means, 'QnAPlus' and 'qnaplus' are not equal. Here…
Read More

Posts pagination

Previous page 1 … 3 4 5 6 7 … 21 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 97 views
    • How to install Ping or Ping6 using YUM 80 views
    • How to Implement Periodic and Single Shot Timers in Linux? 63 views
    • C Program to Sleep in Milliseconds 62 views
    • How to Install and Configure MySQL on CentOS: A Complete Guide 45 views
    • Change a Variable from inside a C Function 40 views
    • How to do Asynchronous Operations using boost::asio? 38 views
    • How to Store SVN Password in Encrypted Form in Linux 37 views
    • C++ | Binding a Member Function 34 views
    • How to Re-Indent C Code Using Notepad++ 32 views

    💬
    Chat with Us!

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