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
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are pragmas and what are they good for?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Where are some collections of useful code fragments and examples?
Explain how can a program be made to print the line number where an error occurs?
Write a program on swapping (100, 50)
What are the disadvantages of c language?
Explain setjmp()?
What is the right way to use errno?
Explain how can I open a file so that other programs can update it at the same time?
Write a program for finding factorial of a number.
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Explain what is a 'locale'?
What is graph in c?