Skip to content

Avani-Sharma/C-Language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’ป C-Language Programs

GitHub repo size GitHub stars GitHub last commit GitHub


๐Ÿง  Overview

This repository contains my C language practice programs โ€” organized topic-wise to help understand the fundamentals of programming.
It includes everything from basic syntax and input/output to loops, conditions, and pattern printing.
Perfect for beginners who want to revise or learn C step-by-step. ๐Ÿš€


๐Ÿ“‚ Folder Structure

Folder Description
๐Ÿงพ Basics Programs covering syntax, variables, and input/output and some basic ques.
๐Ÿ”€ Conditional Statements if, if-else, nested if, and switch examples
๐Ÿ” Loops Programs using for, while loops
๐ŸŸฉ Pattern Star and number pattern programs (Square & Triangle)

๐Ÿงฉ Topics Covered

  • Introduction to C
  • Data Types & Variables
  • Operators
  • Conditional Statements
  • Loops
  • Pattern Printing

โš™๏ธ How to Run

To compile and run any program using GCC:

gcc filename.c -o output
./output

Example:

gcc Basics/hello.c -o hello
./hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages