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


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

Post New Answer

More C Interview Questions

Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


write a programming in c to find the sum of all elements in an array through function.

0 Answers  


Add 2 64 bit numbers on a 32 bit machine

3 Answers   EMC, Hyderabad Central University, NetApp,


What are the standard predefined macros?

0 Answers  


In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 Answers   IBM,






How can I split up a string into whitespace-separated fields?

0 Answers  


What are the keywords in c?

0 Answers  


int i=10; printf("%d %d %d", i, i=20, i);

0 Answers  


What is double pointer?

0 Answers  


Can include files be nested?

0 Answers  


Suggesting that there can be 62 seconds in a minute?

0 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


Categories