How the C program can be compiled?

Answer Posted / rina

compiler is convert to the program in assembly language to
machin language....

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

For what purpose null pointer used?

811


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

880


How can I change the size of the dynamically allocated array?

895


What are the application of c?

842


What are the 4 types of programming language?

774


Is it acceptable to declare/define a variable in a c header?

882


What is the difference between ++a and a++?

946


What is the difference between new and malloc functions?

830


Can you write the function prototype, definition and mention the other requirements.

889


how we can make 3d venturing graphics on outer interface

4374


What is the sizeof () a pointer?

739


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2888


What are the types of variables in c?

780


Explain what is the benefit of using enum to declare a constant?

823


Why does not c have an exponentiation operator?

813