# Learning Materials

## **Learning Materials**

### **Recommended Readings**

* Programming in ANSI C, E. Balagurusamy, Sixth Edition, 2016, McGraw Hill Education&#x20;
* C the Complete Reference, Herbert Schildt, Fourth Edition, 2001, McGraw-Hill Osborne Media&#x20;
* Let Us C, Yashavant Kanetkar, Fourteenth Edition, 2016, BPB Publications

### **Supplementary Readings**

* The C Programming Language, Brian W. Kernighan, Ritchie Dennis, Second Edition, 1988, Prentice Hall
* C Programming: A Modern Approach, K. N. King, Second Edition, 2008, W. W. Norton & Company
* C programming: absolute beginner's guide, Greg M Perry, Dean Miller, Third edition, 2016 Pearson Education

### Online Resources

* <https://mun.gitbook.io/c>
* <https://www.w3resource.com/c-programming-exercises/>
* <https://www.programiz.com/c-programming>
* <https://www.javatpoint.com/c-programming-language-tutorial>
* <https://www.studytonight.com/c/>
* <https://www.geeksforgeeks.org/c-programming-language/>
* <https://www.w3schools.com/c/>
* <https://www.tutorialspoint.com/cprogramming/index.htm>
* <https://www.guru99.com/c-programming-tutorial.html>
* <https://tutorialforbeginner.com/c-programming>

### Video Resources

* <https://www.youtube.com/playlist?list=PLOI-evsUAE4xDanrw_4v-oxQ6eTzXV6hf>
* <https://www.youtube.com/playlist?list=PLxgZQoSe9cg1drBnejUaDD9GEJBGQ5hMt>
* <https://www.youtube.com/playlist?list=PLBlnK6fEyqRggZZgYpPMUxdY1CYkZtARR>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mun.gitbook.io/ad/spl/learning-materials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
