What errors are caught at compile time vs link time?

Showing Answers 1 - 1 of 1 Answers

Nagaraju

  • Jul 4th, 2007
 

Any mistakes like syntax error, using a variable which is not declared these will be compile time errors. If any Dll is missing in the program that will come under linking error.
If you have multiple main() functions in different files in the same project and all are included in the build, then you will get linker error.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions