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:

    • Implement Bubble Sort in C 120 views
    • C Program to Sleep in Milliseconds 96 views
    • How to install Ping or Ping6 using YUM 94 views
    • How to Implement Periodic and Single Shot Timers in Linux? 87 views
    • Change a Variable from inside a C Function 59 views
    • C Program to Check Whether Two String are Equal 48 views
    • How to Store SVN Password in Encrypted Form in Linux 44 views
    • How to Re-Indent C Code Using Notepad++ 44 views
    • C Program to Find the Longest Word in a String 42 views
    • C Program to Print the Current File Name and Line Number 39 views

    💬
    Chat with Us!

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