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 null defined in c?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Is sizeof a keyword in c?
In C, What is the #line used for?
When should a type cast be used?
Why can arithmetic operations not be performed on void pointers?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Are pointers really faster than arrays?
Explain spaghetti programming?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is integer constants?
What are the types of bitwise operator?
Explain what is operator promotion?
Give me the code of in-order recursive and non-recursive.
please send me the code for multiplying sparse matrix using c