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.
- Host: GitHub
- URL: https://github.com/carlosal1015/introduction-to-programming
- Owner: carlosal1015
- Created: 2017-08-15T18:13:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T19:59:45.000Z (over 7 years ago)
- Last Synced: 2025-01-15T21:40:00.785Z (4 months ago)
- Topics: c-code, language-c
- Language: C
- Homepage: http://univirtual.uni.edu.pe/course/search.php?search=CC102
- Size: 25.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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