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 22
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.

Add New Node to XML File Using libxml2 in C

Posted by By Srikanta April 4, 2020Posted inProgramming, CNo Comments
In the previous article, we saw how to parse an XML file. Here we'll see how to add new node to XML file using C programming language. Here also we'll…
Read More

Count Set Bits of a Number in C

Posted by By Srikanta April 3, 2020Posted inProgramming, CNo Comments
A number consists of multiple bits in its binary representation. For example, an integer would have 32 bits and a long would have 64 bits on 64-bit system. Bit values…
Read More

Brian Kernighan’s Algorithm to Count the Set Bits of a Number

Posted by By Srikanta April 2, 2020Posted inC, ProgrammingNo Comments
To count all set bits of a number, we can loop through all the bits and check whether any bit is set. For example, an integer has 32 bits. We…
Read More

Left and Right Rotate Bits of a Number in C

Posted by By Srikanta April 1, 2020Posted inProgramming, CNo Comments
Here we'll see how to write C program to left or right rotate bits of a number. For example, an unsigned integer consists of 32-bit. Number 2591458749 is represented as…
Read More

C Program to Toggle Bits

Posted by By Srikanta March 31, 2020Posted inProgramming, CNo Comments
Here we'll see how to write C program to toggle all bits or a particular bit or all but a particular bit of a number. Toggle All Bits of a…
Read More

Posts pagination

Previous page 1 … 20 21 22 23 24 … 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 97 views
    • How to install Ping or Ping6 using YUM 80 views
    • How to Implement Periodic and Single Shot Timers in Linux? 70 views
    • C Program to Sleep in Milliseconds 64 views
    • How to Install and Configure MySQL on CentOS: A Complete Guide 48 views
    • How to do Asynchronous Operations using boost::asio? 41 views
    • Change a Variable from inside a C Function 39 views
    • C++ | Binding a Member Function 36 views
    • C Program to Print the Current File Name and Line Number 35 views
    • How to Re-Indent C Code Using Notepad++ 33 views

    💬
    Chat with Us!

    Copyright © 2015 - 2025 QnA Plus. All rights reserved.
    Scroll to Top
    7
    4
    3
    9
    17
    5