can any one tell me what are compiling errors and what are linking errors

Recommended Answers

All 3 Replies

sounds like homework -- did you look it up in your text book ? Errors tell you there is something wrong with your program, and you have to correct them before the compiler can produce the final executable program.

Hi,

In c program, each and every program is compiled by compiler, it checks all the keywords, user defined words. When it find any errors during compilation, it displays errors and the programmer should correct the errors. Linking errors are due to library functions.

---------------
Diya


<snip false signature>

what's a "false signature"?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.