Skip to content

QnA Plus

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

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

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

Python | Reverse a String

Posted by By Srikanta May 14, 2021Posted inProgramming, PythonNo Comments
In Python we can use various methods to reverse a string. Simplest way to reverse a string is to use the slice operation. str = "QnAPlus" print ("Original string: "…
Read More

Python | Sleep in Milliseconds

Posted by By Srikanta May 13, 2021Posted inProgrammingNo Comments
Sleeping means suspension of the current thread execution. If a sleep statement is put between two statements, the later one will not get executed until the specified time specified in…
Read More

Python | Substring

Posted by By Srikanta May 8, 2021Posted inProgramming, PythonNo Comments
Substring is a sequence of characters within a string. In Python we can get different types of substrings using slicing operation. Syntax of Python substring: string[start:end:step] start: Starting index of…
Read More

C Program to List All Files Including Subdirectories

Posted by By Srikanta February 6, 2021Posted inProgramming, C3 Comments
In the previous article, we saw how to list all files in a particular directory. That program does not display the files of the subdirecties. Here we'll see how to…
Read More

Posts pagination

Previous page 1 … 15 16 17 18 19 … 45 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? 41 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
    2
    0
    0