Write a Program to find out the perimeter of Triangle, Rectangle and Circle using Switch case in C Programming

Hello, The program is long as other program! If you guys are not understanding the Code feel free to comment below! First Please check the code. #include<stdio.h> void main(){ int option; float r,l,b,a,c,res; printf(“Please Select any one option \n 1 For Perimeter of Circle \n 2 for Perimeter of Rectangle \n 3 for Perimeter of …