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 difference between overriding and overloading?

1 Answers  


Why is sprintf unsafe?

0 Answers  


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


Is file a keyword in c?

0 Answers  


What is your stream meaning?

0 Answers  






write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

0 Answers  


what is the difference between 123 and 0123 in c?

0 Answers  


Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


what is data structure

5 Answers   Maveric, TCS,


which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


How to write a program to receive an integer & find its octal equivalent by using for loop?

1 Answers   Google,


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


Categories