program for validity of triangle from 3 side

Answer Posted / chandra

if a<c and b<c then c<a+b

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is time complexity c?

649


Where local variables are stored in c?

643


What is the full form of getch?

731


Can true be a variable name in c?

641


Why static is used in c?

719






find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1629


What is a nested loop?

750


Why header files are used?

740


How does struct work in c?

703


Can variables be declared anywhere in c?

717


Explain a pre-processor and its advantages.

728


What is void main () in c?

832


what is the role you expect in software industry?

1752


find the sum of two matrices and WAP for it.

746


Is exit(status) truly equivalent to returning the same status from main?

667