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
Is it fine to write void main () or main () in c?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is d'n in c?
What is extern keyword in c?
#include
how is the examination pattern?
Under what circumstances does a name clash occur?
hi any body pls give me company name interview conduct "c" language only
Why c is a procedural language?
What is volatile, register definition in C
Explain logical errors? Compare with syntax errors.
How reliable are floating-point comparisons?
What is the difference between far and near ?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)