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 for implementation of Selection sort

In this tutorial, we will learn and write a C program to implement selection sort using function. Before that you may go through the following topics in C: Selection Sort Algorithm The selection sort is a simple sorting algorithm which …

Read moreC Program for implementation of Selection sort

Categories C Programs Tags c sorting programs

C Program to Delete a Particular element from an Array

In this tutorial, we will write a C program to delete an element in an array by specifying the value. Before that, you should have knowledge on the following C topics: Example: InputInput array elements: 11 22 30 42 50Specify …

Read moreC Program to Delete a Particular element from an Array

Categories C Programs Tags c array programs

C Program to sort a String in Ascending order

In this tutorial, we will write a c program to sort a string array in ascending order. Before that, you may go through the following topics in C C Program to sort a String in Ascending order Output: Enter the …

Read moreC Program to sort a String in Ascending order

Categories C Programs Tags c string programs

C Program to find Maximum occurring Character in a String

In this tutorial, we will write a program in C to find the maximum occurring character in a string. Before that, you may go through the following topics in C Find maximum occurring character in a string in C Output: …

Read moreC Program to find Maximum occurring Character in a String

Categories C Programs Tags c string programs

Keith Number Program in C

In this tutorial, we will write a Keith number in C. It is one of the most asked questions in an interview. Before that, you may go through the following topic in C programming. What is Keith Number? A positive …

Read moreKeith Number Program in C

Categories C Programs Tags c special number programs

Keith Number Program in C++

In this tutorial, we will write a Keith number in C++. It is one of the most asked questions in an interview. Before that, you may go through the following topic in C programming. C++ for loop C++ while loop …

Read moreKeith Number Program in C++

Categories CPlusPlus Programs

Singly linked list Program C++

In this tutorial, we will write a C++ program to implement singly linked list. In this program, we will create a separate function for each operation that is to be performed in a linked list. This operation includes: create() insert(): …

Read moreSingly linked list Program C++

Categories CPlusPlus Programs

Fascinating Number Program in C

In this tutorial, we will write a C program to check whether the given number is a Fascinating number or not. You may go through the following topics first in C. What is Fascinating Number? A number is said to …

Read moreFascinating Number Program in C

Categories C Programs Tags c special number programs

Peterson Number in C

In this tutorial, we will learn about the Peterson number and check if the number is Peterson or not in C. What is Peterson Number? A number is said to be a Peterson number if the sum of factorials of …

Read morePeterson Number in C

Categories C Programs Tags c special number programs

Peterson Number in C++

In this tutorial, we will learn about the Peterson number and write a C++ program to check if the given number is a Peterson number or not. What is Peterson Number? A number is said to be a Peterson number …

Read morePeterson Number in C++

Categories CPlusPlus Programs
Older posts
Newer posts
← Previous Page1 … Page6 Page7 Page8 … 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