An open API service indexing awesome lists of open source software.

https://github.com/alexandrospanag/my_c_projects

My C projects.
https://github.com/alexandrospanag/my_c_projects

c programming-language

Last synced: 11 months ago
JSON representation

My C projects.

Awesome Lists containing this project

README

          

My C Projects .
----------------

[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]

This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].

[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]

[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg

✅ LinkedIn Skill Assessment badge
https://www.linkedin.com/in/αλέξανδρος-παναγιωτακόπουλος/

This repository won't be updated for a long while I highly encourage you to check out my new & updated repositories which contain a ton of useful solutions here:
https://github.com/AlexandrosPanag/My_Espressif_Systems/tree/main/ESP32/ESP-IDF

| Compiler/IDE | Download Link |
| --------------- | ---------------- |
| Bloodshed Dev C++ | [Download Link](https://bloodshed.net) |
| Visual Studio | [Download Link](https://code.visualstudio.com) |
| Visual Studio Code | [Download Link](https://visualstudio.microsoft.com/downloads/) |

---------------
What is C ?
---------------

C programming is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. C is the most widely used computer language. It keeps fluctuating at number one scale of popularity along with Java programming language, which is also equally popular and most widely used among modern software programmers.

C programming language is a MUST for students and working professionals to become a great Software Engineer specially when they are working in Software Development Domain. I will list down some of the key advantages of learning C Programming:

*Easy to learn

*Structured language

*It produces efficient programs

*It can handle low-level activities

*It can be compiled on a variety of computer platforms

This citation was taken directly: https://www.tutorialspoint.com/cprogramming/index.htm