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

https://github.com/carlosal1015/introduction-to-programming

This is the repository of the Introduction to programming course.
https://github.com/carlosal1015/introduction-to-programming

c-code language-c

Last synced: 3 months ago
JSON representation

This is the repository of the Introduction to programming course.

Awesome Lists containing this project

README

        

## Introduction to programming (C language) :computer:

This is the repository :file_folder: of the Introduction to programming course.

C is a very powerful programming language, in this language are developed low level applications, such as operating systems and algorithms. It is not recommended to develop high-level applications; But if you can embed C modules in them. It is an ideal language to start programming in structured mode: We will develop sequential programming, decision instructions, repetition, functions, arrays, strings, pointers and dynamic memory; We will also develop an application project of medium complexity.

If you ever have a suggestion or question, please [ask me](mailto://[email protected]) I will be glad to answer.

I almost forget it, if you do not know how to use the terminal with his commands or simply you want to reinforce, I invite you to practice in this very useful link. See you.

[Here](https://www.codecademy.com/es/learn/learn-the-command-line)

https://github.com/AcecomFCUNI