What compilation do?

Answer Posted / guest

source code to obj

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are strings stored in c?

601


What do you mean by scope of a variable in c?

558


What is the heap?

701


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1628


please explain every phase in the "SDLC" in the dotnet.

2187






Where can I get an ansi-compatible lint?

654


What is an operator?

666


What are the Advantages of using macro

696


What are qualifiers?

623


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

664


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

666


What are the parts of c program?

644


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1269


What are the advantages of using new operator as compared to the function malloc ()?

764


What is maximum size of array in c?

591