Difference between Compiler and Interpreter
Interpreter |
Compiler |
The statement is translated one by one at a time कथन का अनुवाद एक-एक करके किया जाता है |
Whole program is translated at a time एक बार में पूरे कार्यक्रम का अनुवाद किया जाता है |
It takes less time for translating program into machine code मशीन कोड में प्रोग्राम का अनुवाद करने में कम समय लगता है |
It takes more time for translating program into machine code मशीन कोड में प्रोग्राम का अनुवाद करने में अधिक समय लगता है |
It does not save the object code यह ऑब्जेक्ट कोड को सेव नहीं करता है |
It save the object code यह ऑब्जेक्ट कोड को सेव करता है |
the execution of program is slow कार्यक्रम का निष्पादन धीमा है |
the execution of program is fast कार्यक्रम का निष्पादन तेज है |
Foxpro,vb have interpreter फॉक्सप्रो, वीबी में दुभाषिया है |
Pascal,c,c++ have compiler पास्कल, सी, सी ++ में संकलक हैं |
0 टिप्पणियाँ