what is compiler

Answer Posted / mrs.ahmer

A compiler is a computer program (or set of programs) that
transforms source code written in a programming language
(the source language) into another computer language (the
target language, often having a binary form known as object
code).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is a macro different from a function?

882


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

895


Can main () be called recursively?

896


why we wont use '&' sing in aceesing the string using scanf

2095


regarding pointers concept

1820


Subtract Two Number Without Using Subtraction Operator

611


Is c is a procedural language?

837


How can I open a file so that other programs can update it at the same time?

929


What is hashing in c language?

867


What are the different types of control structures?

817


The statement, int(*x[]) () what does in indicate?

922


What is string in c language?

844


What is use of #include in c?

847


What is structure in c explain with example?

902


What is #include stdio h and #include conio h?

786