Loading...
Loading...
Loading...
Loading...
WEEK TRENDING
Loading...
YEAR POPULAR
Program /* This program is for the transformation of 2D shape (Triangle) for other shape edit only shape codes 1. Translation 2. Rotat...
Program #include<conio.h> #include<stdio.h> #define f(x,y) 2*y/x void main() { float x,y,h,xn,l; clrscr(); printf(...
Program #include<conio.h> #include<stdio.h> #define f(x,y) (y-x)/(y+x) void main() { float x,y,h,xn,l; clrscr(); print...