Pages

Saturday, August 6, 2011

Memory mapping in c

List the five c compilers?
There are various c compilers are variables. Some of these are:

S.N.
Name
Micropreocessor
O.S.
1
Turbo c 3.0                        
8086
M.S. DOS                            
2
Ansic c
80386
LINUX/UNIX
3
Borland c 4.0                      
80386
WINDOW
4
Microsoft c                   
8086
M.S. DOS                            
5
Visual c++                    
80386
WINDOW

Note: 8086 is 16 bit microprocessor while 80386 is 32 bit microprocessor.

Note: Different versions of compilers are based on the different microprocessors and support many OS. It is always changing. As a programmer you should know the microprocessor name, its world length etc. which your compiler is based on. Since c language is platform dependent. In preprocessor section you will know how to make a program as much as platform independent.

No comments:

Post a Comment