Answer Posted / aditya
Compilers Main work is to Coneverting Source code to Obj
(Machine code)
First it Check the Tokens, Syntex, Symentic Errors and if
it find correct it convert. If not it generate error
messege that shows on ur screen.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can variables be characterized?
How are strings stored in c?
What are structure members?
write a proram to reverse the string using switch case?
What is difference between array and pointer in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Explain the difference between null pointer and void pointer.
What is pointers in c?
How do you use a pointer to a function?
Why pointers are used in c?
How can you increase the size of a statically allocated array?
find the sum of two matrices and WAP for it.
What are inbuilt functions in c?
What is malloc() function?
Why doesnt that code work?