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

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

This repository features over 70 self-learned coding examples, ranging from basic to intermediate level, focusing on the following programming concepts:

  • Loops: For, while, and do-while loops used in various problem-solving scenarios.
  • Patterns: Techniques to generate common patterns (e.g., triangles, squares, etc.) through loops and logic.
  • Functions: Writing modular code with functions, including recursion.
  • Arrays: Working with arrays for storing and manipulating data.
  • Pointers: Understanding and using pointers for memory management and data manipulation (in languages like C/C++).

Files Included

The repository contains individual files with different code examples categorized by topic. Each file is focused on solving a specific problem or demonstrating a concept.

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