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 27

C Program to Print Current Date and Time

Posted by By Srikanta August 27, 2019Posted inProgramming, CNo Comments
Quite often we need to print the current date and time from our program. For example, when we write log messages, we generally attach the timestamp with every message. Here…
Read More

C Program to Calculate Factorial of a Number

Posted by By Srikanta August 25, 2019Posted inC, ProgrammingNo Comments
Factorial of a number N, (N!) is 1*2*3*4*5*.....*N. Here we'll see how to write C program to calculate the factorial value of a number. Here are the C functions that…
Read More

C Program to Find Minimum and Maximum Numbers in an Array

Posted by By Srikanta August 25, 2019Posted inProgramming, CNo Comments
Here we'll see how to write C program to find the minimum and maximum numbers in an array. #include <stdio.h> int main() { int arr[128]; int n = 0, i…
Read More

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 inProgramming, CNo 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

Posts pagination

Previous page 1 … 25 26 27 28 29 … 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 114 views
    • C Program to Sleep in Milliseconds 91 views
    • How to install Ping or Ping6 using YUM 86 views
    • How to Implement Periodic and Single Shot Timers in Linux? 84 views
    • Change a Variable from inside a C Function 56 views
    • C Program to Check Whether Two String are Equal 51 views
    • C Program to Find the Longest Word in a String 48 views
    • How to Store SVN Password in Encrypted Form in Linux 45 views
    • How to Re-Indent C Code Using Notepad++ 41 views
    • How to do Asynchronous Operations using boost::asio? 39 views

    💬
    Chat with Us!

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