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 20

C Program to Compute LCM of Multiple Integers

Posted by By Srikanta March 14, 2016Posted inProgramming, C2 Comments
In mathematics, Least Common Multiple or Lowest Common Multiple (LCM) of two integers is the lowest possible positive integer that is divisible by both the integers. We'll first see how…
Read More

C Program to Find GCD Using Recursion

Posted by By Srikanta March 13, 2016Posted inProgramming, CNo Comments
In mathematics, Greatest Common Divisor (GCD), also known as Highest Common Factor (HCF), of two or more integers is the largest possible integer that divides all the numbers without any…
Read More

Implement Binary Search in C

Posted by By Srikanta March 13, 2016Posted inC, ProgrammingNo Comments
Binary search is an efficient searching technique that is used to search a key in a sorted array. In every iteration, searching scope is reduced to half. That's why it…
Read More

Where to Use Different Types of Loops (for, while, do-while) in C

Posted by By Srikanta March 4, 2016Posted inProgramming, C2 Comments
Loops are very fundamental programming language constructs that allow us to execute a block of code multiple times. In C programming language, there are three types of loops: for, while and…
Read More

How to Implement Periodic Timer in Linux Kernel

Posted by By Srikanta February 22, 2016Posted inProgramming, CNo Comments
Linux Kernel already has a timer module that allows us to create timers which are not periodic by default. We can specify a callback function and a timeout value to the…
Read More

Posts pagination

Previous page 1 … 18 19 20 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 68 views
    • Implement Bubble Sort in C 45 views
    • How to install Ping or Ping6 using YUM 44 views
    • How to Implement Periodic and Single Shot Timers in Linux? 39 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
    1
    0
    0
    2
    1
    0