What are Compiler and Interpreter

< 1 min read কম্পাইলার বা ইন্টারপ্রেটার কি? কম্পিউটার যদি তার নিজের ভাষা ছাড়া অন্য কোন ভাষা বুঝতেই না পারে তাহলে বিভিন্ন প্রোগ্রামিং ল্যাঙ্গুয়েজ দিয়ে আমরা যে প্রোগ্রাম লিখি তা কিভাবে বুঝে? আমি খুব সহজভাবে বুঝিয়ে বলার চেষ্টা করেছি। আশা করি আপনারা বুঝতে পারবেন।

What are compiled or Interpreted Languages mean?

2 min read In compiled language, the whole source code that we write in some higher level language is first converted to machine code before it can be executed by the machine.

For example, C is a compiled language. So if we write a program in C then there is a C compiler which convert our written code to machine language. And as I said machine codes are specific to particular hardware model or type.