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 the c language function prototype?
Explain how can I read and write comma-delimited text?
Why is c fast?
What is difference between union All statement and Union?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What is || operator and how does it function in a program?
What's the difference between constant char *p and char * constant p?
What is the purpose of void in c?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Explain the use of fflush() function?
What are operators in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Are pointers really faster than arrays?
Why main function is special give two reasons?
What is the use of getchar() function?