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 are inbuilt functions in c?
Explain how does flowchart help in writing a program?
Why we use stdio h in c?
What is 1d array in c?
Explain high-order and low-order bytes.
How many types of functions are there in c?
Why is it that not all header files are declared in every C program?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Explain how do you print only part of a string?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
what is the role you expect in software industry?
What is the full form of getch?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is array of structure in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.