Answer Posted / mubeen riaz
1
down vote
Computers basicly work with binary numbers, people speak their native languages, so, programming languages are for communication between people and computers. If you say: Add 2 and 3 and then substract 1 from it, I doubt that computer would understand anything (maybe in some programming language it would). So, you need to translate your source code into a format that computer understands, so you need a compiler, which translates a programming language to co called object code. But object code is not yet the language a computer understands and executes directly. So it needs a linker which will make an executable file that containts instructions in so called machine language; a machine language is a set of operations coded into binary numbers which processor understands. All binary instructions have it's structure and it's published by a processor manufacturers. You can look for it on say Intel's site and see how do they look like. I can't give a satisfactory answer for loaders at the moment so please search Google as a beginning step.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
explain what is fifo?
Difference between linking and loading?
Explain the difference between getch() and getche() in c?
What is identifier in c?
What is assignment operator?
What is the value of uninitialized variable in c?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Explain how can you check to see whether a symbol is defined?
How can I read data from data files with particular formats?
What are the types of type specifiers?
write a program for the normal snake games find in most of the mobiles.
develop algorithms to add polynomials (i) in one variable
What are the usage of pointer in c?
What does the c in ctime mean?
What is fflush() function?