a 'c' program to tell that the set of three coordinates lie on a same line
write a code that checks area of triangle formula i.e x1(y3-y2)+x2(y1-y3)+x3(y2-y1)=0. if zero points lie on same line