Learn Basic Programming Languages.



" Welcome to you in this tutorials of C programming languages. "



OK, so first, Let's see what's so special about programming language, and then we are started about C programming language.





What is a programming language? 


Computer program is a set of instructions that, when executed caused the computer to behave in a predetermined manner. Without program,computers are useless and nothing. Computer can do anything, but only with the help of appropriate program(s) installed on it.

Computer generally don't understand natural language like English or Nepali language unless otherwise it in instructed to instruct a computer to perform a certain job. We need languages which can be understood by the computer. The language which are used to instruct the computer to do certain jobs are called computer programming language. That is used for develop various kind of software, application etc. 











Types of programming languages.

<i> Low-level language 
<ii> High-level language




<i> Types of low-level languages.

- Machine language
- Assembly language  




<ii> Types of high-level languages.

 -C                  -JavaScript 
 -C++               -Java  
 -Python          -FORTRAN
 -Pascal            -COBOL          
 -C#                 -BASIC






Note = We need high-level languages for develop software and application, so we are start to learn c programming language in high-level language. This course is very short, well and easy. 

Comments

Post a Comment

Popular posts from this blog

Basic Structure of C Program. (Explain with Example)

Learn C Programming Languages ( Definitions and Advantages).

Data Types in C (types and examples)