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:

    • 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
    • C Program to Count Characters, Words and Lines in a File 32 views
    • Implement Bubble Sort in C 31 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
    5
    2
    6
    2
    10
    7