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