Posted inProg. in C Uncategorized Write a C Program to find Area of Cylinder Write a C Program to find Area of Cylinder #include<stdio.h> #include<conio.h> void main() { float r,h,a; clrscr(); … Posted by dipak May 29, 2023