Posted inProg. in C Write a C Program to find a Perimeter of Rectangle Write a C Program to find a Perimeter of Rectangle Here is the C Program to find the perimeter of rectangle using the formula 2(length + breadth) . Length and… Posted by dipak May 27, 2023
Posted inProg. in C Write a C Program to find area of Triangle Write a C Program to find area of Triangle #include<stdio.h> #include<conio.h> void main() { float b,h,a; clrscr(); … Posted by dipak May 27, 2023
Posted inProg. in C Make your own power function in C Language Make your own power function in C Language: this is a c program for find out maximum no in two no, we use function like this and call in main… Posted by dipak May 24, 2023