Learn condition based looping - do while statement in c language in tamil | iteration statements

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • This episode shows about the Condition based looping - Do while statement in c language in tamil and how do while statement works in c programming language with practical examples to learn the concept better in tamil.. Learn do while statement in 10 minutes and learn c programming in tamil.. your Programming guide in tamil..
    bit.ly/3lTr6aV
    #doWhile #iterationStatement #controlStatement
    The iteration or the looping statements are very common in logical programming irrespective of any language like C, C++, java, python or c#. The iteration statement "do while statement" is explained with simple and easy example here.
    Learn about strings and arrays link : • What is an array? | Ar...
    --------_---------_--------------------------_--------_---------
    Contact Us: mailkainaatu@gmail.com
    -----------_-------_------------------------_----------_----------
    #dowhileStatement #iterationStatement #loopingStatement #learnCprograminTamil
    #loopingstatementinTamil #dowhilestatementintamil
    do while looping statement in c, do while looping statement in turbo c, iteration do while statement in turbo c, iteration do while statement in c language, do while statement in turbo c, working of do while statement in c language, difference between while loop and do while loop, how do while statement works?
    easy program writing method, beginners guide to write programs, c programming made easy, easy trick to write c program, youtube class to teach c program, youtube tutorial for c language, online c class, easily learn c in tamil
    learn computer fundamentals in tamil | easy and simple methods to write computer programming | learn c programming in tamil | fundamentals | how to improve our logics to write programs in computers | logical thinking in computers | simple way to write computer programme of your own | computer programme | c++ | java programming in tamil | python programming in tamil | android programming in tamil | easy learning methods to write computer programs
    | beginners guide to write computer programming | the best method to do computer programming of our own | think different | logic | computer logic to write programs | learn in tamil to write programs
    learn programming for beginners | how can i code programs for beginners | #tamilpesumIndian

КОМЕНТАРІ • 75

  • @harshithap1663
    @harshithap1663 3 роки тому +14

    Do while statement explained in a simple manner. Wrote my first ever program (tough one though) and got a well done praise from you. Thank you.👍

    • @KaiNaatu
      @KaiNaatu  3 роки тому +2

      Well done again..

  • @sagharikadharshini9904
    @sagharikadharshini9904 3 роки тому +6

    Nice and clear explanation,even layman can understand easily

  • @Vpugazhendhi
    @Vpugazhendhi 3 роки тому +5

    Excellent platform for the young aspiring students. This is the simplest way to explain the working of the "do while" loops.👍🏼👍🏼 Superb sir.

  • @subhaxia9995
    @subhaxia9995 3 роки тому +4

    Wow awesome explanation about "do while statement". Thank you so much for this excellent video sir.🙏🏼

  • @kamalakannan9283
    @kamalakannan9283 3 роки тому +2

    Supera explain panringa sir....

  • @ccbabu6326
    @ccbabu6326 2 роки тому +3

    Excellent Pedagoy!
    Take a simple sample;
    We can learn and earn an ample!
    'Compare and Contrast' always gives clarity of thought !
    Thanks once again.
    Message of 'Kai naattu':
    'Naattukku vun thiramai yai kaattu !

  • @pinkyqueen7212
    @pinkyqueen7212 2 роки тому +2

    Good explanation.. i was confused... But now I understood clearly... Thank u for this video!

  • @sivaprajat8343
    @sivaprajat8343 Місяць тому +1

    Superb sir

  • @AbdulRahman-cz6cu
    @AbdulRahman-cz6cu 2 роки тому +1

    simple,interactive,informative and great.

    • @KaiNaatu
      @KaiNaatu  2 роки тому +1

      👍🏼👍🏼

  • @zwarning6190
    @zwarning6190 3 роки тому +1

    Sir unmaiya super ra soluriga....plz continue ❤️❤️❤️❤️

    • @KaiNaatu
      @KaiNaatu  3 роки тому +1

      Sure.. all the best.. happy coding..

  • @mythilis884
    @mythilis884 2 роки тому +1

    Well.. Explanation.. Your teaching way really good.. Happy to see this video sir... Thank you sir..

  • @shiekrasul3843
    @shiekrasul3843 3 роки тому +2

    Nalla solli tharinge

    • @KaiNaatu
      @KaiNaatu  3 роки тому

      Thank you..👍🏼👍🏼

  • @karthikeyanitstudent4584
    @karthikeyanitstudent4584 3 роки тому +1

    i was really confused with this topic but after seeing your video i understand it clearly.thank you sir

    • @KaiNaatu
      @KaiNaatu  3 роки тому +1

      Thank you..happy coding..👍🏼👍🏼

  • @nikhithashri835
    @nikhithashri835 3 роки тому +1

    The way of teaching is very easy to understand

    • @KaiNaatu
      @KaiNaatu  3 роки тому

      Thank you..👍🏼👍🏼

  • @vennilat7786
    @vennilat7786 2 роки тому +1

    Thank you so much sir

    • @KaiNaatu
      @KaiNaatu  2 роки тому

      Thank you .👍🏼

  • @vignesh_V1ki
    @vignesh_V1ki Рік тому

    thanks sir in 2023 watching and learned well

  • @sumathibazin3333
    @sumathibazin3333 Рік тому +1

    Thank you sir

  • @zwarning6190
    @zwarning6190 3 роки тому +2

    Neega Vera level sir❤️

  • @yarairunthaunakuyenala2000
    @yarairunthaunakuyenala2000 Рік тому +1

    Thank u❤️

  • @kanthasamyjanagan2159
    @kanthasamyjanagan2159 2 роки тому +1

    sema sir,thank you so much sir

  • @tharanil4340
    @tharanil4340 2 роки тому

    Thank you sir💯💯💯

  • @leomultivisionworld3247
    @leomultivisionworld3247 2 роки тому +1

    Thk u sir

  • @vidhyaroselin5842
    @vidhyaroselin5842 2 роки тому +1

    Super explanation 😍

  • @ramramadas9433
    @ramramadas9433 2 роки тому +1

    #include
    #include
    int main()
    {
    clrscr();
    int n=50236,rev=0;
    do
    {
    rev=rev 10;
    rev=rev+n%10;
    n=n/10;
    }while(n>=10);
    printf("%d", rev);
    return0;
    getch();
    }
    Sir ethuku output sollunga

    • @KaiNaatu
      @KaiNaatu  2 роки тому

      long int nu first declare paanunga.. next do loop kula, first statement enna ?? rev=rev 10
      Error idhu.. what operation have you tried..

  • @simplebuddy4421
    @simplebuddy4421 3 роки тому +1

    Awesome

  • @darkkinggamers1127
    @darkkinggamers1127 2 роки тому +1

    Op bro mass sir

  • @Sanjay-vb3uh
    @Sanjay-vb3uh 2 роки тому +1

    Sir ,sum of even numbers using do while loop solluga sir

    • @KaiNaatu
      @KaiNaatu  2 роки тому

      int i=0, sum=0;
      do
      {
      sum=sum+i;
      i=i+2;
      }
      while(i

  • @martialartskarate2849
    @martialartskarate2849 Місяць тому +1

    🙏

  • @suruthi208
    @suruthi208 2 роки тому +1

    Sir

  • @jpr4720
    @jpr4720 3 роки тому +1

    Sir function and recursion example pannunga sir❤️

    • @KaiNaatu
      @KaiNaatu  3 роки тому +1

      Allready I have done few programs related to functions..👍🏼👍🏼

    • @jpr4720
      @jpr4720 3 роки тому

      @@KaiNaatu ok sir c all topics complete panjitingala sir

    • @KaiNaatu
      @KaiNaatu  3 роки тому

      Inum illa..konjam iruku

    • @jpr4720
      @jpr4720 3 роки тому

      @@KaiNaatu ok sir thank

  • @solomondevadoss310
    @solomondevadoss310 Рік тому +1

    sir do you know fox pro program. pls help me

    • @KaiNaatu
      @KaiNaatu  Рік тому

      That is very old and outdated one..

  • @sriram5839
    @sriram5839 3 роки тому

    100th like ❤️...

    • @KaiNaatu
      @KaiNaatu  3 роки тому +1

      Thank you..👍🏼👍🏼

  • @mprasath4317
    @mprasath4317 Рік тому

    Do while ah a==b false but true vantha thane print aganum false agiduchu apdi irunthum printf kuduthrukurathu epdi print aguthu?

    • @sharukhan3697
      @sharukhan3697 11 місяців тому

      Bro ipoo purunjucha illaiya

  • @sriram5839
    @sriram5839 3 роки тому

    Sir do while,while,for while enga eppo la use pannalaam sir?
    Sir please tell use of break, continue statement.. Thanks

    • @KaiNaatu
      @KaiNaatu  3 роки тому +1

      Atha solirupeane video la..

    • @sriram5839
      @sriram5839 3 роки тому

      @@KaiNaatu thank you sir 🙏

  • @suruthi208
    @suruthi208 2 роки тому +1

    what is meaning of %d

    • @KaiNaatu
      @KaiNaatu  2 роки тому

      Control string nu Peru, integer number nu system terinjika %d kupupom.. float ku %f , character ku %c, string ku %s, octal number ku %o, hexadecimal ku %x.. 👍🏼👍🏼

  • @s.gowtham
    @s.gowtham 10 місяців тому

    Mame nee college ku sir va mame

  • @syedraja2862
    @syedraja2862 2 роки тому +1

    sir super ahh explain pannenga......

  • @venkateshr8905
    @venkateshr8905 2 роки тому +1

    Thank you sir🙏