Home
About
Contact
Programming Stuff By Deepak Anand
Home
Business
Post With Featured Image
Post With Slider
Post with SoundCloud
Post With Video
Technology
Authors
Sitemap
Tags
Timeline
Life & Style
Games
Full Width
Right Sidebar
Left SIdebar
Sports
Stars
Points
Percent
in The Top
Error Page
Breaking News
Pages
Home
C Programs
C++ programs
Java programs
C quiz
C++ Quiz
Java Quiz
.NET quiz
Photo in News
Area and Circumference of circle- c program
This program will get value of Radius and then print the
Area of circle
Circumference of circle
Area of circle= pi*r*r
Circumference= 2*pi*r
Read more ...
Share !
Tweet
View This Program »
C program that reads the customer number and power consumed and prints the amount to be paid by the customer.
Read more ...
Share !
Tweet
View This Program »
Swap values of two variables without using third variable- c program
Read more ...
Share !
Tweet
View This Program »
Area of Rectangle- c program
/*
Developed by deepak anand.
For more programs,
visit programming-stuff-4-u.blogspot.in
*/
#include<stdio.h>
#include<conio.h>
void main()
{
int length,breadth,side;
clrscr();
// Clear Screen
printf("nEnter the Length of Rectangle : ");
scanf("%d",&length);
printf("nEnter the Breadth of Rectangle : ");
scanf("%d",&breadth);
area = length * breadth;
printf("nArea of Rectangle : %d",area);
getch();
}
Output :
Enter the Length of Rectangle
:3
Enter the Breadth of Rectangle :4
Area of Rectangle : 12
Read more ...
Share !
Tweet
Greatest number between three (if else if)- c program
Read more ...
Share !
Tweet
View This Program »
Greater number- c program
Read more ...
Share !
Tweet
View This Program »
even or odd- c program
Read more ...
Share !
Tweet
View This Program »
First program for c
/*
Developed by deepak anand.
For more programs,
visit programming-stuff-4-u.blogspot.in
*/
#include
<stdio.h>
#include
<conio.h>
void main
()
{
Read more ...
Share !
Tweet
View This Program »
Subscribe to:
Posts (Atom)
Total Pageviews
…
Posts
…
Comments
…
Pageviews
Designed By
Blogger Templates