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
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Do you know what are bitwise shift operators in c programming?
write a program to create a sparse matrix using dynamic memory allocation.
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
p*=(++q)++*--p when p=q=1 while(q<=6)
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is the concatenation operator?
How can I do serial ("comm") port I/O?
Explain how many levels deep can include files be nested?
What is a null pointer in c?
What is the size of enum in c?
Tell me what is null pointer in c?
What is the use of pointers in C?
i got 75% in all semester am i eligible for your company
Can one function call another?