Area and Perimeter of a Rectangle in C (in Telugu) | Program 10 |

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 31

  • @Ashokpoliki8886
    @Ashokpoliki8886 9 месяцев назад +1

    Anna c program anni chusanu Python evaina unte upload cheyandi super ga chepthunnaru...artham iyela..

    • @TeluguSoft
      @TeluguSoft  2 месяца назад

      Thank You So Much for your compliment 😍 Here is Python Introduction video : ruclips.net/video/lRDk2AIMCxA/видео.html

  • @Mahi24382
    @Mahi24382 8 месяцев назад +1

    /*
    Purpose : find the circle of area
    Author : jyothi
    */
    #include
    Int main ()
    {
    Float r , area ;
    printf ("enter the radius of the circle : ") ;
    Scanf ("%f, &r);
    area = 3.14 * r * r ;
    printf (" area of circle is %d",area) ;
    Return 0 ;
    }

  • @achange6239
    @achange6239 10 месяцев назад +3

    Direct ga area= length × breadth ani rayachu kada sir , mundu ala length × breadth rasthene excute avuthunda

    • @Mahi095
      @Mahi095 9 месяцев назад

      Condition yelaa echina execute avuthundi

  • @lucky_boy_ramesh_1434
    @lucky_boy_ramesh_1434 Год назад +1

    Anna super chepputhunnav c-programming........
    Inka emaina unte pettu,like Java , python,c++, data structures.......
    I learn lot from your TELUGU SOFT CHANEL ..............
    my side I will give you 10 subscribes.............
    And shere your videos to my friend
    Thank you for teaching
    Inka vere vallu ayithe money thisukuntaru.......kani meeru allakadu........meeru vidyanu bodhisthundru........
    Let's each one teach ten.........sir
    Thank you 😊

    • @TeluguSoft
      @TeluguSoft  Год назад

      Thank You So Much for your compliment 😍 and also for supporting me and sharing with your friends 🤗 inka C programming lo konni topics vunnai, avi upload chesina tharvatha, Python videos start chesthanu.. 👍 you can watch C programming videos in order here : ruclips.net/user/playlist?app=desktop&list=PLk5-4iI47C3WmRO0tyFJ_BiBspsutqaeS

    • @TeluguSoft
      @TeluguSoft  2 месяца назад

      Here is Python Introduction video : ruclips.net/video/lRDk2AIMCxA/видео.html

  • @venkatnarayana7374
    @venkatnarayana7374 3 месяца назад +2

    Anna float kakunda int use cheyocha

    • @TeluguSoft
      @TeluguSoft  Месяц назад

      @@venkatnarayana7374 yes cheyyochu

  • @prathyusha9550
    @prathyusha9550 Год назад +1

    good explanation ..bro

    • @TeluguSoft
      @TeluguSoft  Год назад

      Thank You So Much for your compliment 😍 It mean a lot to me 🤗 You can watch videos in order here : ruclips.net/p/PLk5-4iI47C3WmRO0tyFJ_BiBspsutqaeS

  • @manugamingff8639
    @manugamingff8639 8 месяцев назад +2

    Anna length, breadth ani tiskonte naku output ravadam ledhu anna errors vastunaye
    Mali length place lo a,
    Breadth place lo b, tiskona apudu output vachindi
    Endhuku ala iendi anna naku

    • @TeluguSoft
      @TeluguSoft  8 месяцев назад

      Hi, can you please send photo or screenshot of the program in instagram : instagram.com/TeluguSoft

  • @MohanKota-ls4tc
    @MohanKota-ls4tc 4 месяца назад +1

    Anna python kuda start chey anna please

    • @MohanKota-ls4tc
      @MohanKota-ls4tc 4 месяца назад +1

      Anna mari area=length×breadth paina comment rayakapothe execute avvadam ledu

    • @TeluguSoft
      @TeluguSoft  4 месяца назад

      Ala yemi ledhu. Commenta are optional. Can you send me photo or screenshot of the program as message in Instagram instagram.com/TeluguSoft

    • @TeluguSoft
      @TeluguSoft  4 месяца назад

      Sure, twaralo python meedha videos start chesthanu 👍

    • @TeluguSoft
      @TeluguSoft  2 месяца назад

      Here is Python Introduction video : ruclips.net/video/lRDk2AIMCxA/видео.html

  • @AdmiringAlbatross-lv4dj
    @AdmiringAlbatross-lv4dj 8 месяцев назад +1

    The program was not excute by using int void replaced by void main function sir

    • @TeluguSoft
      @TeluguSoft  6 месяцев назад

      Oh! Which software do you use? Can you please send me screenshot of the program as message in Instagram: instagram.com/TeluguSoft

  • @SatyaBorra-up9zb
    @SatyaBorra-up9zb Год назад +5

    Anna nuvv float aa anduku echaru int evakudada

    • @TeluguSoft
      @TeluguSoft  Год назад +4

      Yendhukante, Rectangle length, breadth and area floating values vundochu. Like, 10.25, 22.3, etc...

    • @SatyaBorra-up9zb
      @SatyaBorra-up9zb Год назад +1

      @@TeluguSoft haa thanks bro

    • @TeluguSoft
      @TeluguSoft  Год назад +2

      @@SatyaBorra-up9zb you are welcome 😊

  • @poojithavojjala5235
    @poojithavojjala5235 Месяц назад +1

    Int length, breadth, area, perimeter;
    Printf("enter the length and breadth of the rectangle:") ;
    Scan("%d%d", &length, &breadth) ;
    Area=length*breadth;
    Perimeter =2*(length+breadth) ;
    Printf("area of the rectangle is%.2f") ;
    Printf("perimeter of the rectangle is%.2f")
    Return 0;
    I wrote p small in pc dont mention it can check any error is there in it is showing ans as 0.00

    • @TeluguSoft
      @TeluguSoft  Месяц назад

      @@poojithavojjala5235 in printf you have to give variables in the end area and perimeter. And also you have to give %d instead of %.2f as you declared variables as int.

    • @poojithavojjala5235
      @poojithavojjala5235 Месяц назад +1

      ​@@TeluguSoftochhindhi sir tq

    • @TeluguSoft
      @TeluguSoft  Месяц назад

      @@poojithavojjala5235 you are welcome ☺️

  • @tkworldallinone1383
    @tkworldallinone1383 Год назад +3

    int main()
    {
    float length, breadth, area, perimeter;
    printf("Enter length of rectangle:");
    scanf(" %f" ,&length);
    printf("
    Enter breadth of rectangle:");
    scanf(" %f" ,&breadth);
    // length x breadth
    area = length * breadth;
    // 2 (length x breadth)
    perimeter = 2 *(length * breadth);
    printf("
    Area of a rectangle is %.2f
    " ,area);
    printf("
    Perimeter of a rectangle is %.2f
    " ,perimeter);
    }