Friday, December 3, 2010

RECIPY OF THE DAY

PEOTRY OF THE DAY



BEAUTY TIPS

GENERAL KNOWLEDGE

COMPUTER HARDWARE





C Language

COMPILER
Compiler is the special type program that understand your language and computer language. When we write instruction in our language (simple english) compiler convert whole instruction into computer language that computer understand directly and perform according to given instruction.

INTERPRETOR
Interpretor also perform same task like compiler but interpretor convert the source code (in Simple English) into object code (in Machine Language) step by step. It's check one line if it is error free than allow the user to go second line.