#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();
}
IAF Agniveervayu Recruitment Rally 2026: Check Eligibility, Dates, Venues & Selection Process IAF Agniveervayu Recruitment Rally 2026 fo...