which will be first in c compiling ,linking or compiling
,debugging.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Is c dynamically typed?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
What is scanf () in c?
How can I get the current date or time of day in a c program?
what is the diference between pointer to the function and function to the pointer?
What is the difference between %d and %*d in C
What is the significance of c program algorithms?
Explain what is the benefit of using an enum rather than a #define constant?
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
write a prgram of swapping with 2 valiables
Which are low level languages?
Why do we use namespace feature?