Skip to content

This repository contains fundamental topics of C programming, with C files uploaded sequentially and organized by topic.

Notifications You must be signed in to change notification settings

iamshibly/A-Compilation-of-C-Codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Exercises (Loops, Patterns, Functions, Arrays, and Pointers)

This repository contains over 70 coding examples covering fundamental programming concepts from basic to intermediate levels.

Topics Covered

  • Loops: for, while, do-while loops.
  • Patterns: Generating triangles, squares, and pyramids.
  • Functions: Modular programming and recursion.
  • Arrays: One-dimensional and multi-dimensional arrays.
  • Pointers: Memory management and pointer arithmetic in C/C++.

How to Use

  1. Clone the repository:
    git clone https://github.com/iamshibly/A-Compilation-of-C-Codes.git
  2. Navigate to the relevant topic.
  3. Compile and run the examples.

About

This repository contains fundamental topics of C programming, with C files uploaded sequentially and organized by topic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages