Hello,This is me!

Mr.Vikash YADAV

Computer Geek Blogger IOT Learner Social Media Marketer

About me

Hello

I'mVikash Yadav

A computer Geek and Blogger

“Myself Mr. Vikash Yadav. I am a dedicated person with my work. I enjoy reading, and the knowledge and perspective that my reading gives me has strengthened to technical skills and presentation abilities.This flexibility will help me in the social life, where there are many different personalities and learning styles.”.

Services

BLOGs and CMS Creation

Web Designing

Android and IOS App Development

Digital Marketing with all google Products

Realtime Web Applications

IOT Based Projects

9000

LINES OF CODE

405

COFFEE CUPS

250

BOOKS

100

GIFTS

Portfolio

Showing posts with label and the area and circumference of the circle?. Show all posts
Showing posts with label and the area and circumference of the circle?. Show all posts

Write a program in 'C' Language to calculate the area and perimeter of thhe rectangle?

Q. The Length and breadth of a rectangle and radius of a circle are input through thhe  keyword. Write a program to calculate the area and perimeter of thhe rectangle, and the area and circumference of the circle?


Solve: 


#include<stdio.h>
#include<conio.h>
int main()
{
int l,b,r;
int ans;
printf("\n Enter the value  of rectangle length: ");
scanf("%d", &l);
printf("\n Enter the value of rectangle Breadth: ");
scanf("%d", &b);
ans=l*b;
printf("\n Area of the rectangle is:=%d",ans);
ans=2*l+2*b;
printf("\n Perimeter of the rectangle:=%d",ans);
printf("\n Enter the radius of circle:");
scanf("%d", &r);
ans=3.14*r*r;
printf("\n Area of the circle:=%d",ans);
ans=2*3.14*r;
printf("\n circumference of the circle:=%d",ans);
}

Program In Dev C++

Simple

Testimonial

Vikash, Your great teaching skills, the very interactive session by showing the "correct" way of doing things (including the various alternative methods) made this outstanding.

Ritesh

Founder of FirstQuora

Just thought I’d share something with you about my website. I have had so much positive feedback from friends and family on how great the site looks, and have also sold four toppers already this week direct from the website. Thanks for making it look so professional!

Sainath Singh

CEO of Mirchmasala

Vikash Yadav
+91-9565058073
Gonda, UP INDIA

SEND ME A MESSAGE:

Contact Form

Name

Email *

Message *