a 'c' program to tell that the set of three coordinates lie
on a same line
Answer Posted / vamshi krishna
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
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
What is main return c?
What is the difference between a string and an array?
What does static variable mean in c?
What is pragma c?
In C programming, what command or code can be used to determine if a number of odd or even?
Explain Basic concepts of C language?
Explain what is #line used for?
int far *near * p; means
How can you restore a redirected standard stream?
Is there a way to switch on strings?
Can you write the function prototype, definition and mention the other requirements.
Explain what is the purpose of "extern" keyword in a function declaration?
What is the use of a semicolon (;) at the end of every program statement?
Difference between pass by reference and pass by value?
What is a null pointer in c?