What is Compilers ? Properties of Compiler ?
Compilers are basically translators.
Translator
A kind of program that takes one form of program as input and converts it into another form.
The input called source program and the output program called target program.
Source program: Assembly language
High level Language:C,C++,Java,Fortran
Types of translator
1.Compiler
2.Assember
Functions of translator:
1.Used to convert one form of program to other.
2.Preserve...
Rss feed
Showing posts with label What is Compiler. Show all posts
Showing posts with label What is Compiler. Show all posts
Friday, 14 November 2014
You Might Also Like
Developing Data-Centric Windows Applications using Java
Developing Data-Centric Windows Applications using Java Introduction The Core Java Programming and JDBC course provides an introd...