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
Is that possible to add pointers to each other?
write a program to swap two numbers without using temporary variable?
Difference between Function to pointer and pointer to function
Is c a great language, or what?
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
How many types of operators are there in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Which is best book for data structures in c?
What is the difference between procedural and functional programming?
Is Exception handling possible in c language?
can we have joblib in a proc ?
Define macros.