KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ASD2
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
kh-h
:
jm
StrTable
:
StrTable - simple, configurable ASCII table formatter for AutoHotkey, Python
StarElf
:
An elf loader for COSMOS.
pr-review-ollama-ai
:
Pull Requests Review Using Ollama AI
Sass-LLVM-Lifter
:
NVLift: A tool to lift NVIDIA GPU SASS to LLVM IR
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ASD2
?
Download (.md)
# Learning Resources ## Functions in C ### 📺 Introduction to Functions in C [Tutorial1](https://www.youtube.com/watch?v=3lqgdqoY83o) </br> [Tutorial2](https://www.youtube.com/watch?v=NGQoKF2Ggt8) ### C Programming Exercises, Practice, Solution [Exercises](https://www.w3resource.com/c-programming-exercises/function/index.php#google_vignette) ### Recursive Functions [Tutorial3](https://www.youtube.com/watch?v=ggk7HbcnLG8) </br> [Tutorial4](https://www.youtube.com/watch?v=STWnc6ZY2fw) #### Exercices [Exercise01 | How To "Return" More Than One Value From A Function ](https://www.youtube.com/watch?v=R8IogBSLXV0) </br> [Exercise02 | Returning multiple values from a function](https://www.youtube.com/watch?v=NPgVytR02nk) </br> ## Pointers & Dynamic Arrays [C Pointers](https://www.youtube.com/watch?v=DplxIq0mc_Y) </br> [Basics of Dynamic Memory Allocation](https://www.youtube.com/watch?v=udfbq4M2Kfc) </br> [Dynamic Memory Allocation using malloc()](https://www.youtube.com/watch?v=Vch7_YeGKH4) </br> ## Linked Lists [Introduction to Linked List](https://www.youtube.com/watch?v=R9PTBwOzceo) </br> [Creating the Node of a Single Linked List](https://www.youtube.com/watch?v=DneLxrPmmsw&list=PLBlnK6fEyqRi3-lvwLGzcaquOs5OBTCww&index=3) </br>