From a137c88cae135355d031c00efb7d87e9322db7a8 Mon Sep 17 00:00:00 2001 From: areenoverclouds Date: Tue, 25 May 2021 18:05:45 +0530 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e06778b..94db725 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # C PROGRAMS -C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions +C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions. It can be used to develop software like operating systems, databases, compilers, and so on. - Hre you could contribute to your first C programs and can get your PR Merged with us + Here you could contribute to your first C programs and can get your PR Merged with us.