Skip to content
Download Android App: Follow Us:
Simple2Code
  • Home
  • Java
    • Java Tutorial
    • Java Programs
    • Java Pattern Programs
  • C
    • C Tutorial
    • C Programs
  • C++
    • C++ Tutorial
    • C++ Programs
  • C#
    • C# Tutorial
    • C# Programs
  • Apps
  • Blog
  • About Us

C Programs

C programming App
C programming App

C Program to Find Factorial of a Number using Recursion

In this example, we will calculate the factorial of a number taking the value from the user in C using recursion. Recursion refers to the function calling itself directly or in a cycle. Before we begin, you should have the …

Read moreC Program to Find Factorial of a Number using Recursion

Categories C Programs Tags c number programs

Factorial Program in C using Function

In this example, we will calculate the factorial of a number taking the value from the user in C. Before we begin, you should have the knowledge of the following in C Programming: Factorial of n number: Factorial of n …

Read moreFactorial Program in C using Function

Categories C Programs Tags c number programs

C Program for Simultaneous Equations

In this tutorial, the program finds out the solutions to the simultaneous equations in two variables. The Linear equations are present in the following form: ax+by=c px+qy=r The co-efficient (a, b, c, p, q, r) are taken as an input …

Read moreC Program for Simultaneous Equations

Categories C Programs

C Program to Find Roots of a Quadratic Equation

Quadratic equations are the polynomial equation having a degree 2. For a quadratic equation ax2+ bx + c = 0, (a≠0) and the discriminant (D = b2-4ac) decides the nature of roots. There are three possibilities of discriminant and those …

Read moreC Program to Find Roots of a Quadratic Equation

Categories C Programs Tags c number programs

Implementation of Stack Using Array in C Program

Stack Program in C:This article covers stack implementation using an array in c programming. Here, we will see how to insert in the stack, remove and display the elements in the stack. The basic operation of stack are: PUSH(): This …

Read moreImplementation of Stack Using Array in C Program

Categories C Programs

Java Program to Find the Sum of all the Elements in an Array

In this tutorial, we will write a java program to calculate the sum of all the elements present in an array. Although it is quite simple, you still need to have an idea of the proper function of following in …

Read moreJava Program to Find the Sum of all the Elements in an Array

Categories C Programs Tags java array program

C Program to Print all Magic Number till N

This article shows the result of how to display all the magic numbers between 1 to nth number in C programming. What is Magic Number? A number is said to be a Magic Number if the sum of the digits …

Read moreC Program to Print all Magic Number till N

Categories C Programs Tags c special number programs

C Program to Check the Number is a Neon Number or Not

This article is to check for neon numbers in C programming. We will two different examples in C for the Neon number. Neon Numbers A number is said to be a neon number if the sum of the digits of …

Read moreC Program to Check the Number is a Neon Number or Not

Categories C Programs Tags c special number programs

C Program to Print Prime Numbers up to a Given Number

In this tutorial, you will learn how to display all the Prime Numbers from 1 to entered Range in C. Prime Number: A Prime Number is a number that is only divisible by 1 and itself. Example: 2, 3, 5, …

Read moreC Program to Print Prime Numbers up to a Given Number

Categories C Programs Tags c number programs

C program to Print Prime Numbers in a Given Range (max & min)

In this tutorial, you will learn how to display all the Prime Numbers within a Range in C. Prime Number: A Prime Number is a number that is only divisible by 1 and itself. Example: 2, 3, 5, 7, 11, …

Read moreC program to Print Prime Numbers in a Given Range (max & min)

Categories C Programs Tags c number programs
Post navigation
Older posts
Newer posts
← Previous Page1 … Page13 Page14 Page15 Next →

More Topics

  • Java Program to find the sum of the Largest Forward Diagonal
    28 April 2024
  • C Program to search an element in an array using Pointers
    7 January 2024
  • C Program to find the sum of the digits of a number using recursion function
    7 January 2024
  • C program to find factorial of a number using Ternary operator with Recursion
    6 January 2024
  • C Program to Add Two Numbers Using Call by Reference
    6 January 2024
  • Find the output ab, cd, ef, g for the input a,b,c,d,e,f,g in Javascript and Python
    1 February 2023
  • String Pattern Programs in C
    29 July 2022

Categories

  • C Programs
  • C Tutorial
  • computer fundamentals
  • CPlusPlus Programs
  • CPlusPlus Tutorial
  • CSharp Programs
  • CSharp Tutorial
  • HTML
  • Java Programs
  • Java Tutorial
  • javascript
  • Uncategorised

Simple2Code

  • About Us
  • Privacy Policy
  • Disclaimer
  • Sitemap

Search

Follow Us:
Copyright © 2025 Simple2Code