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
What is encapsulation?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
difference between string and array?
What is union and structure in c?
Explain the difference between getch() and getche() in c?
What is floating point constants?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What are different types of operators?
hi , please send me NIC written test papers to sbabavalli@gmail.com
Explain how can I open a file so that other programs can update it at the same time?
Explain the difference between ++u and u++?
What is the 'named constructor idiom'?