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(); printf(“Enter the radius:”); ...
Write a C Program to find Area of Cylinder #include<stdio.h> #include<conio.h> void main() { float r,h,a; clrscr(); printf(“Enter the radius:”); ...