Please write the area of a RIGHT ANGLED TRIANGLE.



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

Post New Answer

More C Interview Questions

Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

0 Answers   Infosys,


how to swap 2 numbers within a single statement?

4 Answers  


If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,


what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?

4 Answers  






How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


What is the difference between class and object in c?

0 Answers  


What is a built-in function in C?

1 Answers  


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

0 Answers  


What is the usage of the pointer in c?

0 Answers  


WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?

6 Answers   Finite Infotech, Lovely Professional University, Wipro,


How can I change the size of the dynamically allocated array?

0 Answers  


Categories