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 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

C Program to Implement Bubble Sort

In this tutorial, you will learn about the Bubble Sort and how to implement bubble sort in C Program. Question:Write a c program to implement bubble sort. Sorting is a technique for organizing the elements in an increasing or decreasing order. Bubble Sort Algorithm: Bubble …

Read moreC Program to Implement Bubble Sort

Categories C Programs Tags c sorting programs

C Program to Implement Merge Sort

In this tutorial, you will learn about the Merge Sort and how to implement in C Program. Merge Sort Algorithm: Merge Sort is a sorting algorithm that follows a Divide and Conquer algorithm approach to sort the elements in an array in ascending …

Read moreC Program to Implement Merge Sort

Categories C Programs Tags c sorting programs

C Program to Reverse a String

In this article, we will learn how to Reverse a String in C. Before that you may go through the following topic in C. We will look into two different Programs. 1. First one with the help of a Library …

Read moreC Program to Reverse a String

Categories C Programs Tags c string programs

C Program for Matrix Addition

C Program to Add Two Matrices:During the Addition of Matrix in c programming, the number of rows and number of columns for both the matrices must be the same. Before we start, if you want to learn about the Arrays …

Read moreC Program for Matrix Addition

Categories C Programs Tags c array programs

C Program to Calculate the Area and Circumference of a Circle

Question:Write a C Program to find the area and circumference of a circle. The program simply calculates the area and circumference of a circle using its formula. Although the value PI is already defined with preprocessor directives. It takes that …

Read moreC Program to Calculate the Area and Circumference of a Circle

Categories C Programs Tags c basic programs

Binary Search Tree Program in C

This post focuses on the Binary search tree (BST) and the implementation of a Binary Search Tree program for Insertion, Deletion, and Traversal in C. What is a Binary Search Tree (BST)? It is one of the most used data …

Read moreBinary Search Tree Program in C

Categories C Programs
Older posts
Newer posts
← Previous Page1 … Page53 Page54 Page55 … Page76 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