Skip to content

SamratVsn/C-codes

Repository files navigation

C-codes

A collection of simple C language projects and example programs.
This repository is designed to help beginners practice and learn fundamental C programming by working through small, functional console programs.

Table of Contents

About

This repository contains a variety of C source files demonstrating basic concepts such as arithmetic operations, user interaction, control flow, and simple project structures. Each program is intended to be compiled and run from the command line or within any standard C development environment.

Projects Included

The following programs are currently included (adjust this list as needed):

  • Calculator.c – A basic arithmetic calculator
  • GUESS_It.c – A number guessing game
  • Student_Management.c – Simple student details management
  • digiClock.c – Digital clock demonstration
  • tempCodeRunnerFile.c – Temporary code template file
  • Student_Details.txt – Sample data used by programs

You may add more .c files as you explore additional topics in C programming. :contentReference[oaicite:0]{index=0}

Getting Started

To work with these C programs, ensure you have:

  1. A C compiler (e.g., gcc, clang, or an IDE like Code::Blocks, Visual Studio, or CLion).
  2. A terminal or command-prompt environment where you can compile and run compiled programs.

How to Compile and Run

Using GCC (command-line)

  1. Open a terminal/command prompt and navigate into the repository directory:
    cd C-codes

About

I will try many C projects here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages