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:

    • Implement Bubble Sort in C 118 views
    • C Program to Sleep in Milliseconds 95 views
    • How to install Ping or Ping6 using YUM 94 views
    • How to Implement Periodic and Single Shot Timers in Linux? 86 views
    • Change a Variable from inside a C Function 58 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
    2
    0
    0