Please enable JavaScript.
Coggle requires JavaScript to display documents.
Introductory to Programming - Coggle Diagram
Introductory to Programming
Programming
is a process of designing/creating a program
Program
a set of step by step instructions that directs
a computer to perform a specific task and to
produce the required results
Programmer
Programmer is a person who writes the program
The various types of programming languages
Low level languages
High level languages
The compiler and execute programs
A programmer uses a text editor to create or modify files containing C code
Code is also known as source code
A file containing source code is called a source file
What is C programming
C is a powerful language
C is a structured programming language
C support functions that enables easy maintainability of code by breaking large file into smaller modules
Background of C programming
The C language was first developed in 1972 by Danny Ritchie at AT & T Bell Labs
C is high level programming language and the most popular general purpose programming language
C is a high level language with features that support low level programming