#include<conio.h>
void main()
{
int a,b,squarea,squareb;
clrscr();
printf("Enter the 2 numbers to find its square\n");
scanf("%d%d",&a,&b);
squarea=a*a;
squareb=b*b;
printf("squarea = %d, squareb = %d", squarea, squareb);
getch();
}
NTPC Recruitment 2026: 135 Deputy Manager Posts, Eligibility, Vacancies & Apply Online NTPC Recruitment 2026: Apply online for 135 Deput...