what is compiler

Answer Posted / mahendra giri

compiler is translator,which translate source code to target

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is wrong with this program statement? void = 10;

1043


What is pointer & why it is used?

845


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

948


Is null a keyword in c?

956


Can main () be called recursively?

906


Why do we need volatile in c?

972


What is the general form of function in c?

826


Can we declare a function inside a function in c?

831


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

2259


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

936


Explain how to reverse singly link list.

870


In C, What is the #line used for?

1575


Is c is a middle level language?

835


Here is a good puzzle: how do you write a program which produces its own source code as output?

871


Difference between constant pointer and pointer to a constant.

848