HomeC courses program to find area of square in C by Er.Sandesh Thakur -December 01, 2025 Program to find area of square#include<stdio.h>int main(){ int l,A; printf("enetr the value of length\n"); scanf("%d",&l); A=l*l; printf("the area is %d",A); return 0; } Tags: C courses Facebook Twitter