Please write the area of a RIGHT ANGLED TRIANGLE.
Answer / aswinisekaran
Area of right angled triangle is 1/2xlengthxwidth
| Is This Answer Correct ? | 4 Yes | 0 No |
What is difference between class and structure?
Explain the ternary tree?
What is the difference between struct and typedef struct in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
Bit swapping
can we write a program in c for printf and scanf without using header file stdio.h
What is dynamic variable in c?
Why is c used in embedded systems?
write a program to copy a string without using a string?
Why c language?
How to print "I Love My India" without using semi colon?