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 is a macro different from a function?
How does normalization of huge pointer works?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Do array subscripts always start with zero?
How do we open a binary file in Read/Write mode in C?
What is the general form of a C program?
What is the purpose of void pointer?
When we use void main and int main?
What are the disadvantages of c language?
What are the 5 data types?
Why do we use static in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
How many bytes is a struct in c?
Why is structure padding done in c?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?