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

What is the use of volatile?

598


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

654


What is the use of a semicolon (;) at the end of every program statement?

748


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

716


What is sizeof in c?

558






What is 2 d array in c?

544


Is return a keyword in c?

585


Ow can I insert or delete a line (or record) in the middle of a file?

562


Write a program to print "hello world" without using a semicolon?

585


Define VARIABLE?

677


Compare array data type to pointer data type

589


What is structure data type in c?

556


How can I make sure that my program is the only one accessing a file?

665


What is scope rule of function in c?

537


Explain what standard functions are available to manipulate strings?

599