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
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What are register variables? What are the advantage of using register variables?
What is the condition that is applied with ?: Operator?
Explain the use of 'auto' keyword
Is there a way to compare two structure variables?
Why can’t constant values be used to define an array’s initial size?
What do the functions atoi(), itoa() and gcvt() do?
Do you have any idea about the use of "auto" keyword?
What is the use of function in c?
What are categories used for in c?
Implement bit Array in C.
Write a program to check prime number in c programming?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Are the variables argc and argv are always local to main?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list