program for validity of triangle from 3 side

Answer Posted / rakesh ranjan

I AGREE WITH PRITAM AND MANU



................................
Abhradeep Chatterjee is a real STUPID

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between constant pointer and constant variable?

630


What is the value of c?

573


Write a code to generate a series where the next element is the sum of last k terms.

734


What is putchar() function?

637


What is masking?

637






find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

1857


Is it better to use malloc() or calloc()?

649


Do you have any idea about the use of "auto" keyword?

666


Explain what are the standard predefined macros?

651


How can you determine the maximum value that a numeric variable can hold?

641


How is a structure member accessed?

585


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

837


Explain the array representation of a binary tree in C.

728


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1906


What is the function of volatile in c language?

668