Answer Posted / pritam
if(a < (b+c))
if( b < (c+a))
if(c < (a+b))
printf("its a triangle\n");
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are local variables c?
Explain Basic concepts of C language?
How do I copy files?
Explain how do you use a pointer to a function?
How we can insert comments in a c program?
What do you mean by Recursion Function?
What is the explanation for the dangling pointer in c?
Is Exception handling possible in c language?
What is the general form of a C program?
how to write a c program to print list of fruits in alpabetical order?
Can you please explain the difference between strcpy() and memcpy() function?
What are the __date__ and __time__ preprocessor commands?
How can I invoke another program or command and trap its output?
Which type of language is c?
How can you access memory located at a certain address?