answersLogoWhite

0

Compiler

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How is most mapping done today?

gps


Are scientists done mapping out genes?

Scientists have mapped the whole human genome but are still mapping other species genomes such as mice and worms


How mapping is done between cache memory and main memory?

Its simply done. By connecting many lines :p


What you can do in C that connot be done by C plus plus?

Nothing. In C++ you could write a C compiler. So, everything that can be done with C, can be also done in C++.


What is pass in compiler design?

There are two types of compilers one-pass and multi-pass. Pass means that some of inner operations are repeated several times. If we have one-pass compiler and this source code: i++; i++; i++; Inside compiler it would generate: i = i + 1; i = i + 1; i = i + 1; If compiler would be two-pass: i = i + 3; The more passes compiler has, the better optimized code it can generate, but it is slower because it must repeat some steps again.


What is the surfaces features of the venus?

As best as we can tell its mountains and rifts, all mapping has been done by radar.


Where can I find inexpensive storage cabinets?

I need new storage cabinets for my garage. I was wondering if that can be done on a small budget. What stores have cheap storage cabinets?


What caps does a Nichols paint cap gun take?

You can just rip of a cap from a roll and put it in. 1. Buy the roll. 2. Rip off a cap. 3. Simultaneously push the lever by the barrel forward and push open the loader. 4. Once the loader is open, take out the stopper. 5. Put the ripped off cap in the stopper and put the stopper back on the loader. 6. Close the loader. 7. Cock it and fire, then you're done. Enjoy!


What kind of surfaces are ideal for 3d mapping?

3D mapping can be done on buildings as well as objects (cars for example). The video is projected exactly matching the object geometry and therefore visual effects can be created. check this article in the related link below.


How is traditional surveying data integrated with computer technology?

Computerizing surveying data is done through mapping software to recreate terrains.


Did George Washington work as a mapmaker?

He was interested in everything and may have done some mapping. He made a catalog of all the plants in VA.


What are the diff between linking loader and linkage editor?

linkage editor produce a linked version of program (load module or executable image ) is later on loaded into the memory for later execution. linking loader first perform linking,relocation of programs,automatic library search at load time. linkage editor have good flexibility and control than linking loader. Linking loader performs the linking and relocation at load time and linkage editor done prior to the load time