9951 explained code solutions for 126 technologies


cGet the square root of a number


#include <math.h>
sqrt(x);ctrl + c
include <math.h

Name of library to be included

sqrt(x)

Function to get the square root of x