Added C Cheat Sheet (#4928)

* Updated C++ Cheat Sheet

* Added C Cheat Sheet
This commit is contained in:
Ashwin Kumar Ramaswamy 2020-11-01 01:53:01 +05:30 committed by GitHub
parent b962206bda
commit 53e9734c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
### Index
* [Bash](#bash)
* [C](#C)
* [C++](#c-1)
* [Clojure](#clojure)
* [Data Science](#data-science)
@ -24,6 +25,11 @@
* [Bash Scripting cheatsheet](https://devhints.io/bash) Devhints (HTML)
### C
* [C Reference Card (ANSI)](https://users.ece.utexas.edu/~adnan/c-refcard.pdf) (PDF)
### C++
* [C++ Quick Reference](https://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) (PDF)