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 |
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
What is the use of static variable in c?
What is structure padding & expalain wid example what is bit wise structure?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1. main() { printf("%d",printf("HelloSoft")); } Output?
Is file a keyword in c?
who will call your main function in c under linux?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Why doesn't C support function overloading?
write a c program to check weather a particluar bit is set or not?
What are the 5 data types?
What is a void * in c?