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 13

C Program to Print Fibonacci Series

Posted by By Srikanta August 24, 2019Posted inProgramming, CNo Comments
Fibonacci series is a series of numbers where each number is the summation of two previous numbers. The first two numbers of Fibonacci series are 0 and 1. Here is…
Read More

C Program to Check Whether a Number is Palindrome

Posted by By Srikanta August 24, 2019Posted inC, ProgrammingNo Comments
Palindrome number reads the same from both directions, forward and backward. For example, "156434651" reads the same from both directions. If we reverse a palindrome number, the reversed number would…
Read More

C Program to Check Whether a String is Palindrome

Posted by By Srikanta August 22, 2019Posted inProgramming, CNo Comments
Palindrome string is a string that reads the same from both forward and backward directions. For example, "madam" reads the same from both directions. If you reverse a palindrome string,…
Read More

C Program to Reverse a String

Posted by By Srikanta August 16, 2019Posted inProgramming, CNo Comments
Here we'll see how to write a C program to reverse a string. Solution 1 void reverse_string(char *input, char *output) { int len = 0, i = 0; if(input ==…
Read More

C Program to Reverse an Integer

Posted by By Srikanta August 14, 2019Posted inProgramming, CNo Comments
Here we'll see how to write C program to reverse an integer. The reverse_integer() function takes an integer like 5234569 and returns 9654325. #include <stdio.h> unsigned int reverse_integer(unsigned int in)…
Read More

Posts pagination

Previous page 1 … 11 12 13 14 15 … 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 69 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
    0
    0
    0
    0
    0
    0