introduction for programming-مقدمة عن البرمجه- اساسيات البرمجه

3 years ago
1

#programming_for_beginners
#cpp
#cpp_course_for_beginners
the language in which the instructions are written or the language in which this program is written is called as the programming language. now there are several types of programming languages available.

Computers are built to understand the binary language / machine language and since it is difficult to code, assembly languages are invented.
After that middle and higher level languages were invented.

program written in middle / higher language are converted to machine code and executed in either through the compilation method or by using the interpretation method.

languages which use compilation method are called as compiled languages.
for example c, c++ etc
.مبادئ البرمجه
لغه سي بلس بلس
كورس سي بلس بلس بالعربي

Loading comments...