News

Print Inverted Right Triangle Number Pattern In this Python Program, we will be discussing about how to write a program to print Inverted Right Triangle Number Pattern. In this pattern, there are n ...
The function isRightAngleTriangle(struct Point *p1, struct Point *p2, struct Point *p3) accepts three coordinates. It is supposed to return 1 if the points form a right angle triangle. Else the ...