This course helps students to start the understanding of programming languages, logics etc.
All the topics with proper theory & practicals will be covered.
Demo lecture also provided.
- Basics of C
- An Overview Of C
- Control Statement
- Array in C
- String Handling
- Function in C
- Pointers in C
- Structures and Unions
- Dynamic Memory allocation
- File Management in C
C is a procedural programming language. It was initially developed by Dennis Ritchie between 1969 and 1973. It was mainly developed as a system programming language to write operating system. The main features of C language include low-level access to memory, simple set of keywords, and clean style, these features make C language suitable for system programming like operating system or compiler development.
C was initially used for system development work, in particular the programs that make-up the operating system. C was adoped as a system development language because it produces code that runs nearly as fast as code written in assembly language. Some examples of the use of C might be:
- Operating Systems
- Language Compilers
- Assemblers
- Text Editors
- Print Spoolers
- Network Drivers
- Modern Programs
- Data Bases
- Language Interpreters
- Utilities
The Unix operating system and virtually all Unix applications are written in the C language.