program for validity of triangle from 3 side

Answer Posted / abhradeep chatterjee

yes, the above two answers are correct.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1074


What are the advantages of using Unions?

642


what is recursion in C

616


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

677


Explain data types & how many data types supported by c?

586






a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

873


Explain what is output redirection?

666


List some of the static data structures in C?

762


‎How to define structures? · ‎

628


What are global variables and explain how do you declare them?

578


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

703


Why can’t constant values be used to define an array’s initial size?

833


What are c preprocessors?

679


What is local and global variable in c?

616


Why main function is special give two reasons?

948