how c source file in converted to exe file

Answer Posted / anand shankar pathak

first .c file is converted to .i format it is done by the preprocessor and then the compiler convert this file to .asm file later assembler creats object that is linbked together using linker and loader and finally .exe file is genrated

and this process is done automatically while we execute the program we don't have to do anything,

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does sizeof know array size?

867


What is wrong with this code?

939


What is c mainly used for?

840


Can a local variable be volatile in c?

785


What is n in c?

820


how do you execute a c program in unix.

878


List some basic data types in c?

788


What are nested functions in c?

800


What is keyword with example?

841


what is the diffrenet bettwen HTTP and internet protocol

1613


Why are algorithms important in c program?

865


Is c procedural or functional?

805


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

959


What are the two types of functions in c?

790


What are the different types of control structures in programming?

902