• Call Us: +91 9437911966
  • Email Us: [email protected]
  • Home
  • C Examples
  • Server Side
    • PHP
    • Java
    • CodeIgniter
    • Laravel
    • JSP
    • JDBC
  • Frontend
    • HTML
    • CSS
    • Javascript
    • jQuery
    • AJAX
    • FPDF
    • TCPDF
  • APP & DB
    • Android
    • Cordova
    • SQL
    • Oracle
  • Project
C Tutorial C Introduction C Characteristic C Comments C Operator C Assign Operator C Arithmetic Oper.. C Logical Operator C Modulus Operator C Variable C Initialise Variable C Print F C Translators C Programming C Control Flow C If Else Statement C Nested If Else C Loops C While Loops C For Loops C Do While C Nested Loops

C Translators

  • Students Tutorial
  • 08 jun 2020
   

A Translators is a system software which converts programming Language code into binary format.

Translators are classified into 3 types-

  1. Compiler
  2. Interpreter
  3. Assembler

(1) - Compiler - It is system software which converts programming Lang code into binary format in 2 single steps except these lines are having errors.

(2) - It is system software which converts programming Lang, code into binary format step by step. I.e. Line by line complication takes place. (When lst error is occur, it stop compilation process)

(3) - By using assembler ewe can convert assembly language instruction into binary formats.

As per the performance wise, I recommend using a compiler.

As per the development wise recommended using an interpreter.

Student Tutorial is a online tutorial for web design and development. Here you can find easy example and explanation for each tutorial.
Copyright © 2016-2021 Student Tutorial

Server Side

  • PHP
  • Java
  • CodeIgniter
  • Laravel
  • JSP
  • JDBC

Frontend

  • HTML
  • CSS
  • Javascript
  • jQuery
  • AJAX
  • FPDF

App & Database

  • Android
  • Cordova
  • SQL
  • Oracle