项目作者: Ash515

项目描述 :
All C programming codes with section wise. 👨‍💻👩‍💻
高级语言: C
项目地址: git://github.com/Ash515/C-Programming.git
创建时间: 2020-11-29T16:42:10Z
项目社区:https://github.com/Ash515/C-Programming

开源协议:

下载


C Programming

C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions. 🎉

🚀 Installation

  1. Clone the repository
    1. https://github.com/Ash515/C-Programming.git
  2. Check the status of your file
    1. $git status

3.For using VScode for editing your files

  1. $git code .
  1. To directly add your files to github
    1. $git add .
  2. After writing your code commit your changes
    1. $git commit -m <message>
  3. To pull your code to reposoitory
    1. $git push origin master
    Thats all about installation and version control with Git

Contributor ❤

Ashwin Kumar Ramaswamy