what is compiler

Answer Posted / fazlur rahaman naik

the compiler has various definations
one of them is as follows.


A program that translates a high level symbolic language to
a low level machine language

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between a free-standing and a hosted environment?

635


What are external variables in c?

546


What does == mean in texting?

661


Explain what is wrong with this statement? Myname = ?robin?;

1006


Describe dynamic data structure in c programming language?

603






GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

678


What is maximum size of array in c?

583


Is null valid for pointers to functions?

609


What are 'near' and 'far' pointers?

619


What is assignment operator?

622


What should malloc(0) do?

611


What is string concatenation in c?

568


What is typedef struct in c?

584


Are the expressions * ptr ++ and ++ * ptr same?

667


What does node * mean?

708