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 19

C Program to Get a Digit at Any Position of a Number

Posted by By Srikanta April 21, 2016Posted inC, Programming6 Comments
C Program to Get a Digit at Any Position of a Number Retrieving a specific digit from a number is a common problem in programming. Whether you are working with…
Read More

C Program to Convert Decimal to Binary

Posted by By Srikanta April 21, 2016Posted inProgramming, CNo Comments
We use numbers in our everyday life in decimal form. Decimal numbers have 10 symbols (0, 1, 2, 3, 4, 5, 6, 7, 8 and 9). These ten symbols are…
Read More

C Program to Check Whether a Number is Palindrome

Posted by By Srikanta April 21, 2016Posted inProgramming, CNo Comments
Palindrome is a number or sequence of characters which reads same backward and forward. If we reverse a palindrome number, the reversed and original number will be same. The first…
Read More

Swap Two Variables without Using Third Variable

Posted by By Srikanta April 15, 2016Posted inProgramming, CNo Comments
It is very trivial to swap two variables with the help of another one. Here we'll see how to do the same thing without using the third variable. Solution 1:…
Read More

How to Print 1 to 100 without using Loop in C programming?

Posted by By Srikanta April 3, 2016Posted inProgramming, CNo Comments
Probably we all know how to write C program to print 1 to 100 using loop. We can have a quick look of the code snippet. void print_numbers() { int…
Read More

Posts pagination

Previous page 1 … 17 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:

    • Implement Bubble Sort in C 108 views
    • How to install Ping or Ping6 using YUM 94 views
    • C Program to Sleep in Milliseconds 78 views
    • How to Implement Periodic and Single Shot Timers in Linux? 73 views
    • Change a Variable from inside a C Function 51 views
    • C Program to Check Whether Two String are Equal 46 views
    • How to Install and Configure MySQL on CentOS: A Complete Guide 42 views
    • C++ | Binding a Member Function 41 views
    • How to Re-Indent C Code Using Notepad++ 39 views
    • How to do Asynchronous Operations using boost::asio? 38 views

    💬
    Chat with Us!

    Copyright © 2015 - 2025 QnA Plus. All rights reserved.
    Scroll to Top
    5
    2
    6
    2
    10
    7