/* 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 ; }
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 😊
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
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
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
@@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.
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); }
Anna c program anni chusanu Python evaina unte upload cheyandi super ga chepthunnaru...artham iyela..
Thank You So Much for your compliment 😍 Here is Python Introduction video : ruclips.net/video/lRDk2AIMCxA/видео.html
/*
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 ;
}
Direct ga area= length × breadth ani rayachu kada sir , mundu ala length × breadth rasthene excute avuthunda
Condition yelaa echina execute avuthundi
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 😊
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
Here is Python Introduction video : ruclips.net/video/lRDk2AIMCxA/видео.html
Anna float kakunda int use cheyocha
@@venkatnarayana7374 yes cheyyochu
good explanation ..bro
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
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
Hi, can you please send photo or screenshot of the program in instagram : instagram.com/TeluguSoft
Anna python kuda start chey anna please
Anna mari area=length×breadth paina comment rayakapothe execute avvadam ledu
Ala yemi ledhu. Commenta are optional. Can you send me photo or screenshot of the program as message in Instagram instagram.com/TeluguSoft
Sure, twaralo python meedha videos start chesthanu 👍
Here is Python Introduction video : ruclips.net/video/lRDk2AIMCxA/видео.html
The program was not excute by using int void replaced by void main function sir
Oh! Which software do you use? Can you please send me screenshot of the program as message in Instagram: instagram.com/TeluguSoft
Anna nuvv float aa anduku echaru int evakudada
Yendhukante, Rectangle length, breadth and area floating values vundochu. Like, 10.25, 22.3, etc...
@@TeluguSoft haa thanks bro
@@SatyaBorra-up9zb you are welcome 😊
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
@@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.
@@TeluguSoftochhindhi sir tq
@@poojithavojjala5235 you are welcome ☺️
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);
}
Super 👌