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

Friend Function in C++

Posted by By Srikanta June 15, 2023Posted inProgramming, C++No Comments
Private and protected class members are not allowed be accessed from outside the class. We can access the private members only from the same class, whereas, the protected members can…
Read More

Returning the ‘this’ Pointer from a Member Function

Posted by By Srikanta June 14, 2023Posted inProgramming, PythonNo Comments
In C++, member functions get executed in the context of an object. And a special pointer, this, holds the address of that object. We can return the address (pointer), reference…
Read More

Method Chaining in C++

Posted by By Srikanta June 13, 2023Posted inProgramming, C++No Comments
Method chaining is a mechanism of calling multiple functions (methods) in a single statement. It helps us reduce number of lines in the code and increase code elegancy. And in…
Read More

Variable Name Ambiguity in Class Member Function

Posted by By Srikanta June 12, 2023Posted inProgramming, C++No Comments
In C++, class member functions deal with primarily two types of variables - member variables and input variables. We don't need to take special care in accessing them. C++ has…
Read More

Backpointer – Concept and Application

Posted by By Srikanta June 12, 2023Posted inProgramming, C, C++No Comments
We often work with data structures with connected nodes - like trees and graphs. In a tree, the parent nodes generally hold the pointers of their child nodes. But the…
Read More

Posts pagination

Previous page 1 … 9 10 11 12 13 … 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 118 views
    • C Program to Sleep in Milliseconds 95 views
    • How to install Ping or Ping6 using YUM 91 views
    • How to Implement Periodic and Single Shot Timers in Linux? 86 views
    • Change a Variable from inside a C Function 57 views
    • C Program to Check Whether Two String are Equal 49 views
    • C Program to Find the Longest Word in a String 46 views
    • How to Store SVN Password in Encrypted Form in Linux 45 views
    • How to Re-Indent C Code Using Notepad++ 43 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