Logic Development (Class 2)
Sheikh Thanbir Alam
What is programming language?
A programming language is a type of written language that tells computers what to do. Examples are: Python, Ruby, Java, JavaScript, C, C++, and C#. Programming languages are used to write all computer programs and computer software
How computer understand programming language?
A compiler is a special program that translates a programming language's source code into machine code, bytecode or another programming language. The source code is typically written in a high-level, human-readable language such as Java or C++.
Compiler: GCC, G++, CSC,
Source Code VS Assembly Code Vs Machine Code
Go to this Link (https://godbolt.org/)
How many programming language exists in recent era
There are about 700 programming languages, including esoteric coding languages.
How to select a programming language for myself?
More Details to know the pros and cons for various programming language (Click here)
How to start problem solving?
Mind it code should be 20-25% of a solution.
Important Websites for Problem Solvers
THE END