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 the Frequency of Characters in a String

Here, we will write a C program to find the occurrence of a character in a string. Before that, you may go through the following topic in C. We will look at two examples to calculate the frequency of characters …

Read moreC Program to Find the Frequency of Characters in a String

Categories C Programs Tags c string programs

C Program to Convert Uppercase to Lowercase and Vice Versa in a string

In this tutorial, we will learn to write a C program to convert uppercase to lowercase and vice versa. Before that, you may go through the following topic in C. C Program to Convert Uppercase String to Lowercase String Explanation: …

Read moreC Program to Convert Uppercase to Lowercase and Vice Versa in a string

Categories C Programs Tags c string programs

Algorithm and Flowchart to find Fibonacci series

In this tutorial, we will write an algorithm to find the Fibonacci series, we will also learn to draw the flowchart to find the Fibonacci series for a number. You may go through the following topic first. Algorithm in C …

Read moreAlgorithm and Flowchart to find Fibonacci series

Categories C Programs

Currency Conversion Program in C

In this tutorial, we will write a C program for currency conversion. Before that, you may go through the following topic in C. Explanation: In this program, there is a use of switch statements in C. The program gives the …

Read moreCurrency Conversion Program in C

Categories C Programs Tags c basic programs

C Program to Find the Area of a Rectangle

In this tutorial, we will write a C program to find the area of a rectangle. Before that, you may go through the following topic in C. Explanation: The program asks the user to enter the value of length and …

Read moreC Program to Find the Area of a Rectangle

Categories C Programs Tags c basic programs

Menu Driven Program using Switch Case in C

In this tutorial, we will write a menu-driven program in C. We will use the switch case statement present in C to create menus or options. Before that, you may go through the following topic in C programming. C Menu-driven …

Read moreMenu Driven Program using Switch Case in C

Categories C Programs Tags c basic programs

C Program to check whether a Number is Binary or Not

In this tutorial, we will write a program to check for the binary number in C. What is a Binary Number? A binary number is a number expressed in the base-2 numeral system that is the number that contains 2 symbols to represent all the …

Read moreC Program to check whether a Number is Binary or Not

Categories C Programs Tags c basic programs

C Program to Convert Hexadecimal to Octal

In this tutorial, we will write a program to convert hexadecimal to octal in C. Before that, you must have knowledge of the following topics in C. Hexadecimal number The hexadecimal number is represented with a base of 16. It …

Read moreC Program to Convert Hexadecimal to Octal

Categories C Programs Tags c conversion programs

C Program to Convert Octal to Hexadecimal

In this tutorial, we will write a program to convert octal to hexadecimal in C. Before that, you must have knowledge of the following topics in C. Hexadecimal number The hexadecimal number is represented with a base of 16. It …

Read moreC Program to Convert Octal to Hexadecimal

Categories C Programs Tags c conversion programs

C Program to Convert Binary to Hexadecimal

In this tutorial, we will write a C Program to Convert a Binary Number to Hexadecimal Number. Before that, you must have knowledge of the following topics in C. Binary number The binary numbers are based on 0 and 1, …

Read moreC Program to Convert Binary to Hexadecimal

Categories C Programs Tags c conversion programs
Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 … 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