to find the closest pair
No Answer is Posted For this Question
Be the First to Post Answer
How can I increase the allowable number of simultaneously open files?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
What is unsigned int in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
what is the difference between getch() and getchar()?
How can I sort more data than will fit in memory?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
Under what circumstances does a name clash occur?
Explain demand paging.