OS Programs || C Program to implement Best Fit Memory Allocation Technique || Operating Systems Lab

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

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

  • @SudhakarAtchala
    @SudhakarAtchala  8 месяцев назад +18

    #include
    #define max 25
    int main()
    {
    int nb,np, b[max],p[max], frag[max],i,j,temp,lowest=10000;
    static int bf[max],ff[max];
    printf("
    Enter the number of blocks:");
    scanf("%d",&nb);
    printf("Enter the number of processes:");
    scanf("%d",&np);
    printf("
    Enter the size of the blocks:-
    ");
    for(i=1;i

    • @Hahe2023
      @Hahe2023 8 месяцев назад

      Thank you sir for adding the code 👍

  • @SusmithaLakshmi
    @SusmithaLakshmi 8 месяцев назад +1

    Sir, you explained well 👏🏻👏🏻. In which college, are you teaching sir?

    • @SudhakarAtchala
      @SudhakarAtchala  8 месяцев назад +2

      Thanks, Lbrce. Plz subscribe to the channel and if possible share with your friends. Thanks in advance...

  • @sravanthi9457
    @sravanthi9457 8 месяцев назад

    Sir where are you from??

  • @apurvwaghmare5974
    @apurvwaghmare5974 8 месяцев назад

    Sir Process Scheduling ke complete krdiye please

    • @SudhakarAtchala
      @SudhakarAtchala  8 месяцев назад

      yes sure already fcfs,sjf are uploaded, in 2 weeks I will finish priority and round robin also. Plz subscribe to the channel and if possible share with your friends. Thanks in advance...