+ 2
Code available in sqrt() function ....
#include<match.h> int a; cout<<sqrt(a); //i want to make my own function to calculate square root of given number..
1 Answer
+ 1
use self define function to calculate square root of given number
#include<match.h> int a; cout<<sqrt(a); //i want to make my own function to calculate square root of given number..