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 !
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.
Thanks a lot sir. These videos are extremely helpful
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 !
💝💝💝
Sir, '''continue'' kaj kore emon ekta tracing dile continue er confusion ta ektu clear hoto.
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.
@@islamsaifulofficial Thank you Sir
Thanks a lot Sir
You are most welcome. Please keep me in your prayers.
Sir, Plz provide a video on Method Tracing
Many many thanks sir.💝💝 Final output will be...
r
c
n
s
o
You are most welcome. The outputs are correct. Very good.
Sir where is the tracing video of Method tracing and Recursion Tracing. I saw them as part 18 and 19.
Deleted
Output:
R
C
N
S
N
T
Output will be:
r
c
n
s
o