SIR , Hats Off to you and your team!!! You are the perfect defintion of a teacher. The kind of hardwork you do by adding the same lectures in Hindi & English both is really good for Graphians and even other students. Regards, Anirudh.
Thanks a ton. It shows TEAM work wins. Out first year team is dedicated to ensure students success. We work as a TEAM and that is the reason for our success.
Sir the last example of loader, will it take 0 to 20 as one or seperate as 0 to 10 and then 20 to something? I know that it is one programe so it will take as one but still asking to clear the confusion.
It all depends on the space availability. May load at one place or may break up. Even if it splits and loads it at different places, it does the address adjustments. The key concept is address adjustments.
We do not install them. Although they are not part of the compiler or interpreter, We in practicals shall be using the Online GDB or Code::Blocks for PC these are Integrated development environments which provide the complete tools from Editor (for typing) to Compiler to Linker to Loader. As a consequence we do not do any separate installation. For us it is like a black box.
Header files only contain declarations of library code you intend to use. Header file contains no library code. The library code is pre-compiled and linked by the Linker with the main program during creation of a executable. Linker also joins or patches the work of the team member programs, library function and other external code to form the executable.
SIR , Hats Off to you and your team!!! You are the perfect defintion of a teacher. The kind of hardwork you do by adding the same lectures in Hindi & English both is really good for Graphians and even other students. Regards, Anirudh.
Thanks a ton. It shows TEAM work wins. Out first year team is dedicated to ensure students success. We work as a TEAM and that is the reason for our success.
Excellent explanation!
Thanks!
Sir the last example of loader, will it take 0 to 20 as one or seperate as 0 to 10 and then 20 to something? I know that it is one programe so it will take as one but still asking to clear the confusion.
It all depends on the space availability. May load at one place or may break up. Even if it splits and loads it at different places, it does the address adjustments. The key concept is address adjustments.
thank you
Welcome!
Sir this Loader and Linker comes inbuilt with Compiler and interpreter or do we have to install them alone??
We do not install them. Although they are not part of the compiler or interpreter, We in practicals shall be using the Online GDB or Code::Blocks for PC these are Integrated development environments which provide the complete tools from Editor (for typing) to Compiler to Linker to Loader. As a consequence we do not do any separate installation. For us it is like a black box.
Is using library similar to using Header files??
Or is it similar to importing modules?
Header files only contain declarations of library code you intend to use. Header file contains no library code.
The library code is pre-compiled and linked by the Linker with the main program during creation of a executable.
Linker also joins or patches the work of the team member programs, library function and other external code to form the executable.
@@CodetoCareerok sir...thank u😊
Sir linker also enables us join pictures in our source code
Pictures are Data. Linker joins code not data.
Sir Do we need to buy a laptop ,is it necessary, because I already have a pc , do I need to buy one for future use, or pc is fine?
Not required. PC is fine. In fact, this entire course a smart phone will do.
@@CodetoCareer Thank you sir
Sir why it got the name of linker
Please take a look at the description section of the video. Open the lecture Slides. The answer is there in the notes.