Computer Science, asked by krish2196, 10 months ago

c program for finding square​

Answers

Answered by harshavardhan123
3

To find square root of type int , float or long double , you can explicitly convert the type to double using cast operator. int x = 0; double result; result = sqrt(double(x));

plz mark it as brainliest..!!


krish2196: thank you so much ...!
harshavardhan123: ur welcome bro
gurukulamdivya: question was to find square not square root(sqrt() function is used to find square root of a number)
harshavardhan123: oj
Similar questions