“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”
At compile time, the compiler converts source code into object (or machine) code for the computer to execute. The compiler catches errors of syntax, which prevent object code to be produced for one or more source files. At link time, multiple files which are in object code are combined.
At link time, multiple object files or libraries are combined to create an execution file or files. The linker catches errors of exclusion, mismatch, multiple reference or problems caused by dependancy errors.
Code errors.
Code errors.
Syntactical and symantical errors (code errors) are caught at compile time.
Dependency errors (for example resolving function calls or errors in including other modules) are caught at link time.
At compile time, the compiler converts source code into object (or machine) code for the computer to execute. The compiler catches errors of syntax, which prevent object code to be produced for one or more source files. At link time, multiple files which are in object code are combined.
At link time, multiple object files or libraries are combined to create an execution file or files. The linker catches errors of exclusion, mismatch, multiple reference or problems caused by dependancy errors.
During compile time syntax error are caught…
During linking time time if is there any dependence
presnt then it gives the error..
Leave an Answer/Comment