https://github.com/saksham-joshi/advance-c
A complete package to learn and code highly optimized programs in C.
https://github.com/saksham-joshi/advance-c
c c-language high-performance-code low-level-optimization low-level-programming
Last synced: 3 months ago
JSON representation
A complete package to learn and code highly optimized programs in C.
- Host: GitHub
- URL: https://github.com/saksham-joshi/advance-c
- Owner: saksham-joshi
- Created: 2025-01-03T18:41:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T12:29:08.000Z (over 1 year ago)
- Last Synced: 2025-03-29T13:51:12.270Z (about 1 year ago)
- Topics: c, c-language, high-performance-code, low-level-optimization, low-level-programming
- Language: C
- Homepage:
- Size: 198 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛠Advance-C ðŸ›
#### A repository dedicated to mastering the C programming language. This space is designed for storing well-structured C codes and detailed notes to help understand and explore the language's intricacies.
> #### Visit here for well written **C language documentations**.
---
### Motto
```
Master the C language to such an extent that writing highly complex systems feels ease.
+
Writing super clean code.
+
Writing highly optimized code.
+
Writing easy to maintain code.
````
---
### 🎹 Coding Convention
```
Functions - camelCase
Function Parameters - smallcase starting with '__'
Local Variables - lowercase
Immutable global variables - UPPER_CASE
Mutable global Variables - UPPER_CASE ending with '__'
typedef/structs/types - PascalCase
struct members - smallcase starting with underscore
File names - Capitalized seperated by underscore
```
---
> 🚀 **Starting date** : ```01-January-2025```
---
## 🔗 Developer Links
[](https://sakshamjoshi.vercel.app/)
[](https://www.linkedin.com/in/sakshamjoshi27)
[](https://github.com/saksham-joshi)
[](https://x.com/sakshamjoshi27)
[](mailto:social.sakshamjoshi@gmail.com)