Skip to content
QnA Plus

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

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

Programming

  • Home
  • Programming
  • Page 35

C Program to Check Whether a Number is Palindrome

Posted by By Srikanta April 21, 2016Posted inC, ProgrammingNo 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

C Program to Check Whether a Number Is Prime

Posted by By Srikanta April 3, 2016Posted inProgrammingNo Comments
Prime number is a natural number (integer) greater than 1 that doesn't have any positive divisor other than 1 and itself. Here is the program to check whether a number…
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

How to Re-Indent C Code Using Notepad++

Posted by By Srikanta March 17, 2016Posted inProgramming, Technology5 Comments
Indentation is very important for readability and manageability of code, especially, if the size of code base fairly big. Badly indented code is very difficult to understand or maintain. Good…
Read More

Posts pagination

Previous page 1 … 33 34 35 36 37 38 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 121 views
    • How to install Ping or Ping6 using YUM 96 views
    • C Program to Sleep in Milliseconds 91 views
    • How to Implement Periodic and Single Shot Timers in Linux? 85 views
    • Change a Variable from inside a C Function 50 views
    • C Program to Check Whether Two String are Equal 47 views
    • How to Store SVN Password in Encrypted Form in Linux 43 views
    • How to Install and Configure MySQL on CentOS: A Complete Guide 43 views
    • C++ | Binding a Member Function 40 views
    • How to Re-Indent C Code Using Notepad++ 39 views

    💬
    Chat with Us!

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