Answer Posted / e-mail
A compiler is used to convert the high-level languages into
machine language. it checks the errors in programs like
compile errors, linkage errors etc...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is null pointer constant?
Explain about C function prototype?
What is adt in c programming?
Explain what’s a signal? Explain what do I use signals for?
What is malloc() function?
What is the c language function prototype?
Linked lists -- can you tell me how to check whether a linked list is circular?
Explain how do you list files in a directory?
What is meant by operator precedence?
How can I swap two values without using a temporary?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
How is actual parameter different from the formal parameter?
Is that possible to add pointers to each other?
difference between object file and executable file
Using which language Test cases are added in .ptu file of RTRT unit testing???