Zoho Round 2 Programming Question: String Expansion || Tamil

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 2

  • @sriramjr5512
    @sriramjr5512 17 วันที่ผ่านมา

    Hi bro i have the doubt how for loop i=1 is index position of b 1 dhana varanum epdi for loop la 1st index b nu varum

    • @leteveryonecodetogether6042
      @leteveryonecodetogether6042  12 ชั่วโมงที่ผ่านมา

      Bro, the for loop starts at i = 0, so it processes the 0th index (b) first. The while loop then checks for digits (3), calculates repetitions, and moves i forward. It doesn't skip any index but processes each character step-by-step. Thank you for reaching out to us! Feel free to ask more questions anytime. 😊