Skip to content
QnA Plus

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

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

C

  • Home
  • Programming
  • C
  • Page 14

C Program to Sleep in Milliseconds

Posted by By Srikanta August 13, 2019Posted inProgramming, CNo Comments
We don't have millisecond level control in the sleep() function. But in Linux we can implement our own function that will take duration in milliseconds as input and sleep for…
Read More

C Program to Delete Linked List

Posted by By Srikanta August 12, 2019Posted inC, ProgrammingNo Comments
In my previous article I showed how to create a linked list. Now if you no longer need the linked list in your program, you have to delete that. Otherwise,…
Read More

Static Members in C++ Template Class

Posted by By Srikanta August 10, 2019Posted inProgramming, CNo Comments
We generally use static members in C++ class to maintain something that is not object specific, rather class specific. For example, if we want to maintain a counter about how…
Read More

How to find position of a digit in a number in C programming?

Posted by By Srikanta January 18, 2019Posted inProgramming, C1 Comment
This program will find out the position of a digit in a number. If the digits exists in multiple positions, this program will find all positions. For example digit 4…
Read More

C Program to Find Second Largest Element in an Array

Posted by By Srikanta November 22, 2017Posted inProgramming, C2 Comments
Here we'll see the possible solutions of finding the second largest element in an array. By Sorting the Array: Easy solution that I can think of to find the second…
Read More

Posts pagination

Previous page 1 … 12 13 14 15 16 … 21 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 52 views
    • Change a Variable from inside a C Function 39 views
    • Add New Node to XML File Using libxml2 in C 39 views
    • C Program to Set, Clear and Toggle a Bit 38 views
    • C Program to Append to a File 34 views
    • How to Take Screenshot on Fedora GNOME Desktop 32 views
    • Implement Bubble Sort in C 32 views
    • C Program to Count Characters, Words and Lines in a File 32 views
    • Friend Function in C++ 28 views
    • How to Implement Smart Pointer in C++? 27 views

    [chatbot_plugin]

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