Skip to content

A structured repository of C exercises and solutions, covering core concepts, syntax, and practical programming techniques.

Notifications You must be signed in to change notification settings

msa-iqbal/c-code-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

C Problem Solutions

Welcome to my collection of problem-solving solutions written in C programming language!
This repository showcases my journey in practicing and mastering C through various challenges and exercises.

What's Inside

  • Each file contains a standalone solution.
  • Organized by topics like conditions, functions, arrays, strings, etc.
  • Well-commented code for better understanding.

Topics Covered

  • Basic Input/Output
  • Control Structures (if, switch, loops)
  • Functions and Recursion
  • Arrays and Strings
  • Pointers and Dynamic Memory
  • File System and others

Getting Started

  1. Clone this repository:

  2. Compile any C file using GCC or your preferred compiler:

     gcc filename.c -o filename
     ./filename

About

A structured repository of C exercises and solutions, covering core concepts, syntax, and practical programming techniques.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages