INTRODUCTION TO C
What is C? C is a structured mid-level programming language for developing software. C follows structured programming in which the instructions are arranged or structured using blocks and functions. C is used for developing operating systems which are system software and also used to create application software. Hence, C is known as middle level language. https://youtu.be/M_ZC-EIx-No Why C? (Advantages of C) C is a powerful language using which we can develop operating systems, games and other application software. The advantages or characteristics of C language are: 1) Powerful and Flexible: C is a flexible programming language. Using the concepts in C, a programmer can develop software for almost any kind of purpose. Various concepts like pointers, function, structures in C make it a powerful language. 2) Popular: C has wide spread popularity in the programming league as it is very easy to learn, easy to write programs and easy to understand th