Thanks a lot this channel deserves a lot of subscribers
@ujjawalraj6096 Жыл бұрын
Solved it by own maza aa gya :)
@unemployedcse3514 Жыл бұрын
Awesome ❤
@shivanshupandey1106 Жыл бұрын
Done Sir (Day 1)
@mugdhashrivastava10 ай бұрын
we could have taken empty string and appended into it why did we specifically taken stringbuilder any particular reason?????
@MayBat00055 ай бұрын
@mugdhashrivastava Strings are immutable, every time you append you are essentially creating a new string. Very very bad memory impact. String builder on the other hand is alternate way to implement strings in an mutable fashion
@Anonymous____________A721 Жыл бұрын
Tqqq sir
@misterdi7238 Жыл бұрын
What happened?
@mkunboxing Жыл бұрын
sir why we need flag here
@naveensingh6520 Жыл бұрын
For alternative insertion of two strings. When flag is true 1st if condition will run and if false 2nd if will run. Although there is no need of it.