16-Write a C program to calculate the square root of a number.
Program: 16
Write a C program to calculate the square root of a number.
Output:
Enter the number: 53 The square root of 53 is: 7.280110
Write a C program to calculate the square root of a number.
Enter the number: 53 The square root of 53 is: 7.280110