Home

What is programming language?


A Programming language is a language designed to communicate with a machine, Particularly a Computer.
Programming languages can be used to create program that control the behavior of a machine. Generally high level language is like English language.  


What is C? How it works?

C programming language is a popular and widely used programming language for creating computer programs. Programmers around the world embrace C because it gives maximum control and efficiency to the programmer.

How it works?


Here a figure shows the internal structure of programming language working.

 Firstly a code is written in c editor. You may code on a simple notepad document and save it with the extension of .c . If you want to execute (Run) this program you must have its compiler installed on your computer. When you install C on your computer it create a shortcut icon on your computer desktop. To create a c program open c editor by clicking the icon of c.
That generally like this. 



No comments:

Post a Comment