What is wrong with my code , so that I am not getting the decimal places ?
My code is :
CPP : Binary Search : Square Root
Hi krishanu
The variable in main you are using to store return value is an int. Make it float.
Hope it helps
What is wrong with my code , so that I am not getting the decimal places ?
My code is :
Hi krishanu
The variable in main you are using to store return value is an int. Make it float.
Hope it helps