how c source file in converted to exe file

Answer Posted / manish soni tagore collage jai

first
source file(file name or code program)--complile-->object
file(filename.bak)----excute----->.exe(fliename.exe)

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the scope of static variables in c language?

847


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

905


Can a void pointer point to a function?

775


What is pointer to pointer in c?

859


What is clrscr ()?

869


What is the scope of static variable in c?

727


Difference between macros and inline functions? Can a function be forced as inline?

951


What is the difference between array and pointer in c?

816


Define VARIABLE?

908


List the difference between a While & Do While loops?

854


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1894


how many errors in c explain deply

1837


Explain the use of #pragma exit?

915


develop algorithms to add polynomials (i) in one variable

1945


How can I discover how many arguments a function was actually called with?

840