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

The ‘this’ Pointer Usage in C++

Posted by By Srikanta June 11, 2023Posted inProgramming, C++No Comments
We discussed about the concept of this pointer in this article. The C++ compiler internally manages it. In general, we don't need to worry about it. But there are scenarios…
Read More

The this Pointer in C++

Posted by By Srikanta June 8, 2023Posted inProgramming, C++No Comments
In C++, the this pointer is generally used in the non-static member functions of a class. It refers to the address of the object the function is accessed through. Let's…
Read More

Static Members of a C++ Class

Posted by By Srikanta June 7, 2023Posted inProgramming, C++No Comments
The class members are by default non-static. That means we can access them in the context of an object only. Each object will have its own copy of the data…
Read More

C++ Classes and Objects

Posted by By Srikanta June 3, 2023Posted inProgramming, C++No Comments
Supporting Object Oriented Programming (OOP) was one of the main reasons C++ was originally created as an extension of C. Object Oriented Programming is a software design paradigm around the…
Read More

Bit Fields in C

Posted by By Srikanta June 3, 2023Posted inProgramming, CNo Comments
The variable size of a standard type is always in bytes - not in fraction of bytes. For example, the size of a char type variable is 1, short type…
Read More

Posts pagination

Previous page 1 … 10 11 12 13 14 … 44 Next page
Categories
  • Programming 186
    • C 105
    • C++ 70
    • Python 7
  • Technology 30
  • Networking 6
  • Database 4
  • Others 8

    Popular Posts:

    • C Program to Get a Digit at Any Position of a Number 69 views
    • Implement Bubble Sort in C 46 views
    • How to install Ping or Ping6 using YUM 45 views
    • How to Implement Periodic and Single Shot Timers in Linux? 40 views
    • Count Occurrences of a Substring in a String in C 38 views
    • Change a Variable from inside a C Function 32 views
    • Understanding the override Keyword in C++ 31 views
    • Method Chaining in C++ 29 views
    • Stock Analysis on Google Sheet 27 views
    • Left and Right Rotate Bits of a Number in C 26 views

    [chatbot_plugin]

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