#include<stdio.h>
#include<conio.h>
void main()
{
int r,s;
printf("Enter Value of Square");
scanf("%d",&r);
s=r*r;
printf("Result %d Square is %d",r,s);
getch();
}
Copyright © 2010 C Programs
Icons & Wordpress Theme by N.Design | Blogger Templates by Blog and Web
0 comments: (+add yours?)
Post a Comment