which will be first in c compiling ,linking or compiling
,debugging.

Answer Posted / vignesh1988i

the first will be compilation process , then the linking will be intermediate to compilation and run will be at last......

compilation is a process of spiliting up ur program instructions into tokens, words , keywords etc and match with the syntax defined in the compiler............. it's like spiliting the english sentances........into words and words to characters./........


thank u

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When we use void main and int main?

588


What is the size of array float a(10)?

655


When is a “switch” statement preferable over an “if” statement?

648


Explain what is the difference between text files and binary files?

617


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

652






I came across some code that puts a (void) cast before each call to printf. Why?

678


Explain what are preprocessor directives?

627


What is volatile variable how do you declare it?

566


What is cohesion and coupling in c?

587


Is javascript written in c?

582


What are pointers? Why are they used?

627


How do I get an accurate error status return from system on ms-dos?

649


What is array in c with example?

615


What do you mean by dynamic memory allocation in c?

646


Is it fine to write void main () or main () in c?

547