write a c program to do the following:
a) To find the area of a triangle.
b) To convert the temperature from Fahrenheit to Celsius.
c) To convert the time in hours : minutes : seconds to
seconds.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

0 Answers   HP,


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


What is const volatile variable in c?

0 Answers  


State the difference between realloc and free.

0 Answers   Aricent,


Why do u use # before include in a C Progam?

9 Answers   IBM,






How to set file pointer to beginning c?

0 Answers  


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


How Many Header Files in c?

2 Answers   TCS,


What is memory leak in c?

0 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


write a C program to print the program itself ?!

16 Answers   TCS,


write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?

1 Answers  


Categories