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 |
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
write a programe returns the number of times the character appears in the string
what is different between auto and local static? why should we use local static?
What is variable initialization and why is it important?
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
Explain how can I remove the trailing spaces from a string?
Distinguish between actual and formal arguments.
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
What math functions are available for integers? For floating point?
What is the exact difference between '\0' and ""
What is typedf?
What are external variables in c?