Skip to content
QnA Plus

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

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

Posts by Srikanta

  • Home
  • Srikanta
  • Page 19
About Srikanta
I am passionate about simplifying complex concepts to help readers master computer programming, algorithms, networking, operating system fundamentals, and the transformative domains of Artificial Intelligence (AI) and Machine Learning (ML). With over 20 years of professional experience in computer networking and industrial automation, I bring a wealth of knowledge and practical insights to bridge the gap between theory and real-world application. My mission is to make learning approachable, engaging, and impactful for all.

C Program to Delete Element from an Array

Posted by By Srikanta December 29, 2020Posted inProgramming, CNo 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 inC, ProgrammingNo 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

Linux Commnad to Search String in Files

Posted by By Srikanta September 16, 2020Posted inTechnologyNo Comments
For developers, searching a string (text) in files is a everyday requirement. If you are using the Linux graphical user interfaces like GNOME ot KDE etc, then it is very…
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 … 17 18 19 20 21 … 44 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 99 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 41 views
    • How to do Asynchronous Operations using boost::asio? 39 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