All C programming codes with section wise. 👨💻👩💻
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. 🎉
https://github.com/Ash515/C-Programming.git
$git status
3.For using VScode for editing your files
$git code .
$git add .
$git commit -m <message>
Thats all about installation and version control with Git
$git push origin master