Skip to content

CodeBySumant/Language_C_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿง  Language_C_learning

Welcome to Language_C_learning โ€” a collection of beginner-friendly C language programs.
This repository is designed to help you understand the basics of C programming through practical examples and simple code files.


๐Ÿ“‚ Project Structure

File Name Description
hello_world.c Your first C program โ€” prints "Hello, World!" to the console.
input.c Demonstrates how to take user input using scanf.
variable.c Shows the use of different variable types in C.
comment.c Explains single-line and multi-line comments in C.
simple_SUM.c A simple program to add two numbers.
b.exe, c.exe, d.exe, e.exe Compiled executable files for quick testing.

๐Ÿ› ๏ธ How to Compile and Run

Make sure you have a C compiler like GCC installed.

# Compile a program (example: hello_world.c)
gcc hello_world.c -o hello_world

# Run the compiled program
./hello_world

About

๐Ÿš€ Beginner-friendly C programs covering variables, input/output, arithmetic, and basic syntax.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages