what is compiler

Answer Posted / guest

A compiler is a software program which is used to compile
the program written in computer language to the normal
language and return the o/p to the user in normal form.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I send escape sequences to control a terminal or other device?

607


Write a simple code fragment that will check if a number is positive or negative.

704


What is the difference between a function and a method in c?

558


Is it possible to execute code even after the program exits the main() function?

808


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

601






What is a sequential access file?

644


What is static memory allocation? Explain

627


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

715


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1657


What is the total generic pointer type?

722


Does free set pointer to null?

555


What are register variables in c?

571


Write a program for Overriding.

680


Tell us bitwise shift operators?

592


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2716