Bangla Tutorial 9 - Part 5 - String TRACING - Mastering Complex Problems

Поділитися
Вставка
  • Опубліковано 23 лис 2024

КОМЕНТАРІ •

  • @rafidalam5807
    @rafidalam5807 6 місяців тому +1

    Thanks a lot sir. These videos are extremely helpful

  • @shishirshahed4345
    @shishirshahed4345 6 місяців тому

    Sir tutorial gula onk onk helpful thank you very much for this effort sir. R sir please arrays er koi akta problem niye aktu video dile khub e vlo hoto !

  • @zafrinzamanmithila6246
    @zafrinzamanmithila6246 2 місяці тому

    💝💝💝

  • @SHADMOHAMMADREZOWANALAM
    @SHADMOHAMMADREZOWANALAM 6 місяців тому +2

    Sir, '''continue'' kaj kore emon ekta tracing dile continue er confusion ta ektu clear hoto.

    • @islamsaifulofficial
      @islamsaifulofficial  6 місяців тому +3

      Thank you so much for the query. I hope the following explanation would help.
      If we had found "continue" here, then an infinite loop would occur. Because if (i == 4) were true, we would encounter "continue" and return to the condition while i < 10. Since this condition would still be true, we would check (i == 4) again. If it were true again, we would encounter "continue" once more, perpetuating the loop indefinitely.

    • @SHADMOHAMMADREZOWANALAM
      @SHADMOHAMMADREZOWANALAM 6 місяців тому

      @@islamsaifulofficial Thank you Sir

  • @SHADMOHAMMADREZOWANALAM
    @SHADMOHAMMADREZOWANALAM 6 місяців тому +1

    Thanks a lot Sir

  • @mra9905
    @mra9905 6 місяців тому

    Sir, Plz provide a video on Method Tracing

  • @galibabdullah6855
    @galibabdullah6855 6 місяців тому +2

    Many many thanks sir.💝💝 Final output will be...
    r
    c
    n
    s
    o

    • @islamsaifulofficial
      @islamsaifulofficial  6 місяців тому

      You are most welcome. The outputs are correct. Very good.

  • @abrarullahsheham492
    @abrarullahsheham492 6 місяців тому

    Sir where is the tracing video of Method tracing and Recursion Tracing. I saw them as part 18 and 19.

  • @namingna5846
    @namingna5846 4 місяці тому

    Output:
    R
    C
    N
    S
    N
    T

  • @SHADMOHAMMADREZOWANALAM
    @SHADMOHAMMADREZOWANALAM 6 місяців тому +2

    Output will be:
    r
    c
    n
    s
    o