C Programming and Technical Programming Arrays

Why is 0xFACA used in a program?

Read Solution (Total 1)

C Other Question

you must implement the function isTriangle( Point *P1,Point *P2,Point *P3) to accept three points as inputs and checks wether the given three points form vertices of triangle.
If They form a triangle then function returns 1 else function returns 0
use point structure.


int isTriangle( Point *P1,Point *P2,Point *P3)
{
// write your code here
}
solving ability with enhanced problems