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 Convert Decimal to Binary

In this tutorial, we will write a C program to convert decimal to binary. Before that, you must have knowledge of the following topics in C. Binary number The binary numbers are based on 0 and 1, so it is …

Read moreC Program to Convert Decimal to Binary

Categories C Programs Tags c conversion programs

C Program to Convert Binary to Decimal

In this tutorial, we will write a program to convert binary to decimal in C. Before that, you must have knowledge of the following topics in C. Binary number The binary numbers are based on 0 and 1, so it …

Read moreC Program to Convert Binary to Decimal

Categories C Programs Tags c conversion programs

C Program to Print ASCII Value of a Character

In this tutorial, we will write a program to print ASCII value of a character in C programming. Before that, you should have knowledge on the following topic in C. ASCII stands for American Standard Code for Information Interchange. It is …

Read moreC Program to Print ASCII Value of a Character

Categories C Programs Tags c basic programs

C Program to Count the Number of Characters Words and Lines in a file

In this tutorial, we will write a C program to count the number of characters words, and lines in a text file. Before that, you may go through the following C topics. Explanation: The program takes the user input for …

Read moreC Program to Count the Number of Characters Words and Lines in a file

Categories C Programs Tags c files programs

C Program to Count the Number of Lines in a File

In this tutorial, we will write a C Program to find the number of lines in a text file. Before that, you may go through the following C topics. Explanation: The program asks the user to enter the file name …

Read moreC Program to Count the Number of Lines in a File

Categories C Programs Tags c files programs

C Program to Merge Two Files

In this tutorial, we will write a C Program to merge the contents of two files into a third file. Before that, you may go through the following C topics. Explanation: The program will ask for the two names of …

Read moreC Program to Merge Two Files

Categories C Programs Tags c files programs

C Program to Append Data to a Text file

In this tutorial, we will write a C program to append data into a file. Before that, you may go through the following C topics. Appending data means adding an additional data at the end of the file such as: …

Read moreC Program to Append Data to a Text file

Categories C Programs Tags c files programs

C Program to Copy Contents of one file to another

This is a file tutorial where we will write a program to copy the content from one file to another file in C. Before that, you may go through the following C topics. Before the program: Before executing a program …

Read moreC Program to Copy Contents of one file to another

Categories C Programs Tags c files programs

C Program to create a File & write Data in it

This is a file tutorial where we will write a C program to create a file and write into it. Before that, you may go through the following C topics. Explanation: The program is based on the file system in …

Read moreC Program to create a File & write Data in it

Categories C Programs Tags c files programs

C Program to Swap Two Numbers

In this tutorial, we will learn how to swap two numbers in C program. Before that, if you may go through the following topics in C that are used in this program. C Program to Swap Two Numbers using temporary …

Read moreC Program to Swap Two Numbers

Categories C Programs Tags c number programs
Older posts
Newer posts
← Previous Page1 … Page7 Page8 Page9 … 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