From daf9cc42e0e40c696677070a735c92620b91235b Mon Sep 17 00:00:00 2001 From: CHAITANYA GOTHWAL Date: Sat, 3 Oct 2020 09:25:49 +0530 Subject: [PATCH] Added content --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c7f00bef..9a17e20a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ by Allen B. Downey +C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. + +C language is designed by DENNIS RITCHIE + Exercises for people learning the C programming language. Based on @@ -9,3 +13,4 @@ Based on * Griffiths and Griffiths, [*Head First C*](http://amzn.to/2hsIXmO), O'Reilly Media, 2012. * Downey, [*Think OS: A Brief Introduction to Operating Systems*](http://greenteapress.com/thinkos/), Green Tea Press, 2015. +:-HOPE YOU LIKE THIS EXERCISE 👌