Skip to content
QnA Plus

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

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

Python

  • Home
  • Programming
  • Python

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

Python | Capture Ctr+C (SIGINT)

Posted by By Srikanta August 28, 2021Posted inProgramming, PythonNo Comments
Some programs are meant to run for indefinite amount of time. They don't stop by themselves. Operators generally stop then for maintenance. Most common way to stop these types of…
Read More

Python | Periodic Task

Posted by By Srikanta August 15, 2021Posted inProgramming, PythonNo Comments
Doing a periodic task is a basic programming requirement. We need it in time of implementing watchdogs, checking health of some system, sending status periodically, updating database, doing periodic backup…
Read More

Python | Check Whether a String is Palindrome

Posted by By Srikanta May 17, 2021Posted inProgramming, PythonNo Comments
Palindrome string is a string that reads same from both directions - forward and backward. For example, the string, 'ROTOR', is a palindrome because it reads same from both forward…
Read More

Python | Find a Substring

Posted by By Madhusudan Chowdhury May 16, 2021Posted inProgramming, PythonNo Comments
We can check whether a substring is present in a string using the Python find() function. If the find() function returns 0 or a positive number, the substring is present.…
Read More

Posts pagination

1 2 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 56 views
    • C Program to Get a Digit at Any Position of a Number 43 views
    • Add New Node to XML File Using libxml2 in C 38 views
    • How to install Ping or Ping6 using YUM 35 views
    • C Program to Sleep in Milliseconds 33 views
    • Change a Variable from inside a C Function 33 views
    • C++ Classes and Objects 33 views
    • How to Implement Periodic and Single Shot Timers in Linux? 32 views
    • C Program to Set, Clear and Toggle a Bit 30 views
    • Search for an XML Node using libxml2 in C 28 views

    [chatbot_plugin]

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