#include <stdio.h>
int main()
{
int length=45, breadth=67;
int Area = length*breadth;
printf("area of rectangle is %d",Area);
return 0;
}
PROGRAM LIST TO BECOME PRO IN C 😍😍😍 PRACTICE SETS UNIT -1 👇 IN...
No comments:
Post a Comment