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

What are terms in math?

585


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

727


What is signed and unsigned?

638


What is a macro, and explain how do you use it?

623


What is difference between array and structure in c?

573






What are the benefits of organizational structure?

568


What is echo in c programming?

555


What is a double c?

586


c program to compute AREA under integral

1805


Explain main function in c?

622


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

608


When should structures be passed by values or by references?

581


What is the general form of a C program?

596


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1657


What is the use of a static variable in c?

587