/C-Programs

Collection of all C programs

Primary LanguageC

Introduction

The following repository is created to provide all the possible questions and their solutions on C Programming from Student's perspective.

Installation

  • Linux (Ubuntu/Debian)
    • sudo apt-get install gcc
    • (Fedora/RHEL)
    • sudo yum install gcc
  • Windows
    • Download Dev-cpp from here
    • Download Turbo C from here
  • Mac
    • xcode-select --install gcc

Questions

A word file is there contains all the questions(questions.docx)

Contribution

Anybody is welcome to collaborate in this project. Feel free to push any pull request (even if you are new to coding).

Note: the idea of this project is to build a really simple blockchain system, so make sure all your code is easy to read (avoid too much code in 1 line) and don't introduce complex updates if they are not critical. In other words, keep it simple.

Disclaimer

By no means this is module is created for copying purposes. This module is created for helping beginners and for better understanding in the development.