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

Answers were Sorted based on User's Feedback



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

Answer / siri&akhi

first compilation will take place and after that linking
will take place . debugging is checking for bugsi.e., errors

Is This Answer Correct ?    9 Yes 0 No

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

Answer / 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

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

Answer / narender b

first it would be linking and then after linking complete..
the compiling complete its job

debugging is the process to debugg the code to find the bug
debugging is not the process of compling

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More C Interview Questions

Why is c known as a mother language?

0 Answers  


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


How can I find leaf node with smallest level in a binary tree?

1 Answers  


How do I access command-line arguments?

2 Answers   Bosch, Wipro,


A program to write a number of letters and numbers, such as counting and display

0 Answers  






Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


What does main () mean in c?

0 Answers  


What is the most efficient way to store flag values?

0 Answers  


Explain how do you determine the length of a string value that was stored in a variable?

0 Answers  


Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.

6 Answers   Wipro,


What is the purpose of clrscr () printf () and getch ()?

0 Answers  


logic for x=y^n

1 Answers   Delphi,


Categories