WK3 - 22 Linker and Loader

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 20

  • @anirudhchandan557
    @anirudhchandan557 4 года назад +4

    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.

    • @CodetoCareer
      @CodetoCareer  4 года назад +3

      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.

  • @nishitpatel5686
    @nishitpatel5686 2 года назад +3

    Excellent explanation!

  • @rohittandon2385
    @rohittandon2385 4 года назад +1

    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.

    • @CodetoCareer
      @CodetoCareer  4 года назад +2

      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.

  • @AhmedMohamed-jq8ws
    @AhmedMohamed-jq8ws Год назад

    thank you

  • @karanagarwal8296
    @karanagarwal8296 4 года назад

    Sir this Loader and Linker comes inbuilt with Compiler and interpreter or do we have to install them alone??

    • @CodetoCareer
      @CodetoCareer  4 года назад +1

      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.

  • @shrijibhajan5339
    @shrijibhajan5339 4 года назад

    Is using library similar to using Header files??
    Or is it similar to importing modules?

    • @CodetoCareer
      @CodetoCareer  4 года назад

      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.

    • @shrijibhajan5339
      @shrijibhajan5339 4 года назад

      @@CodetoCareerok sir...thank u😊

  • @pranjalsingh923
    @pranjalsingh923 4 года назад

    Sir linker also enables us join pictures in our source code

    • @CodetoCareer
      @CodetoCareer  4 года назад

      Pictures are Data. Linker joins code not data.

  • @nik6066
    @nik6066 4 года назад

    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?

    • @CodetoCareer
      @CodetoCareer  4 года назад

      Not required. PC is fine. In fact, this entire course a smart phone will do.

    • @nik6066
      @nik6066 4 года назад

      @@CodetoCareer Thank you sir

  • @mayankuniyal1829
    @mayankuniyal1829 4 года назад

    Sir why it got the name of linker

    • @CodetoCareer
      @CodetoCareer  4 года назад

      Please take a look at the description section of the video. Open the lecture Slides. The answer is there in the notes.