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

Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

0 Answers  


C program to read the integer and calculate sum and average using single dimensional array

0 Answers  


what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year

7 Answers   TCS,


What is a header file?

0 Answers  


write a program to copy the string using switch case?

0 Answers   Mind Tree,






Explain how can I manipulate strings of multibyte characters?

0 Answers  


Describe the modifier in c?

0 Answers  


What are local static variables? How can you use them?

0 Answers  


What does != Mean in c?

0 Answers  


Explain what is the use of a semicolon (;) at the end of every program statement?

0 Answers  


who developed c and why he developed c?

5 Answers  


What is use of integral promotions in c?

0 Answers  


Categories