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


Please Help Members By Posting Answers For Below Questions

What is difference between static and global variable in c?

535


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

559


Is c# a good language?

602


What are the different types of control structures in programming?

658


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

664






differentiate built-in functions and user – defined functions.

621


Explain about block scope in c?

657


Why we use stdio h in c?

575


How can a string be converted to a number?

512


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2051


Which is an example of a structural homology?

781


What is output redirection?

687


Explain how can I prevent another program from modifying part of a file that I am modifying?

633


difference between Low, Middle, High Level languages in c ?

1630


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1887