what is compiler

Answer Posted / ramesh

A Compiler that translates the sources to binary code
language

(or)
A compiler that converts the high level language to low
level language.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is the memory area not included in C program? give the reason

1738


Explain the priority queues?

871


What is sizeof array in c?

800


Why malloc is faster than calloc?

831


How can you tell whether a program was compiled using c versus c++?

860


Explain the bubble sort algorithm.

872


Explain what does the function toupper() do?

847


Write a program to print all permutations of a given string.

959


How can you call a function, given its name as a string?

935


Lists the benefits of c programming language?

843


What is this pointer in c plus plus?

828


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

4247


What is advantage of pointer in c?

941


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.

2254


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

927