5. distance conversion:
Convert a distance from miles to kilometers .there are 5280
feets per mile,12 inches per foot .2.54 centimeters per
inch and 100000centimeters per kilometer
Answer Posted / gayathri
There is Syntax error
Line 15: printf("Distance in KM: %lf",km);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I get an accurate error status return from system on ms-dos?
How many identifiers are there in c?
What is difference between array and structure in c?
Write a program for finding factorial of a number.
Are bit fields portable?
Explain what does it mean when a pointer is used in an if statement?
What is switch in c?
What is a header file?
What is hungarian notation? Is it worthwhile?
Explain what is the best way to comment out a section of code that contains comments?
What are runtime error?
How many types of errors are there in c language? Explain
Is main is a keyword in c?
Does free set pointer to null?
What does it mean when a pointer is used in an if statement?