You are on page 1of 5

/C programming

language
THE CODE CLAN
/
INTRODUCTI
ON
C is a powerful mid to low-level compiled programming language used
in operating systems, as the base for higher level languages like C++
and Python, and in high-performance applications. It excels in speed
and performance giving the programmer great control over the system.

The C language was created by Dennis Ritchie in Bell Labs in the


1970s. It was designed to be a system implementation language for the
nascent Unix operating system
</FEATURES OF C>

1. Simple 7. Powerful

2. General purpose language 8. Case sensitive

3. Block Structured language 9. Syntax based

4. Middle level language 10. Compiler based

5. Platform dependent 11. Fast and Efficient

6. Portable 12. Easily Extendable


YOUR LOGO
HERE
</APPLICATIONS>

> Systems
> Language Compilers
> Assemblers
> Text Editors
> Network Drives
> Modern Programs
> Data Bases
> Utilities

INDEX.HTML
Advantages & Disadvantages
Basic building block Programming skills required to
learn
Rich in library functions
Concept of namespace
Powerful and efficient language
Not efficient as compare to Python
Simple to write
Only suitable to programmers not
Simple to debug all

Structured programming language Difficult to learn

Dynamic memory allocation Understanding on data structure


required

You might also like