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
Can you write the algorithm for Queue?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is the function of volatile in c language?
What is .obj file in c?
What is the advantage of c?
What is c method?
difference between object file and executable file
What is wrong with this initialization?
What is static and auto variables in c?
What is class and object in c?
What is the total generic pointer type?
How can you be sure that a program follows the ANSI C standard?
What is return type in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above