|
| ||||||||||
| Tags: c program, find square root, square root, square root program |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How can I find square root using c program?
I am coding on C program and in which I have to fin the square root of the given number. I have tried the "sqrt" function to calculate square root. But I run my program I get lots of error for this. I am getting frustrated because of this. Is anyone posses C program to calculate the square root of specified number? Your help would be greatly appreciable. |
|
#2
| ||||
| ||||
| Re: How can I find square root using c program?
Refer the below c program for sqrt root . Run this program on you system and let me know if it is executed successfully or not. Quote:
|
|
#3
| ||||
| ||||
| Re: How can I find square root using c program?
Hi, Try with following function code, use the this logic to calculate the square root using the c language. I hope it will definitely work for you. Quote:
|
|
#4
| ||||
| ||||
| Re: How can I find square root using c program? Square root program: Quote:
|
|
#5
| ||||
| ||||
| Re: How can I find square root using c program?
Hello Friend, The program to calculate the square root is very complicated than calculating the square of any given number. You should use "while" loop to check conditions for this program. It will be more complicated for you if you use the "for loop". see below: Quote:
|
|
#6
| ||||
| ||||
| Re: How can I find square root using c program?
Hi, Have you tried below code to calculate square root using c program? Please try this: Quote:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How can I find square root using c program?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where to find htc flyers root tool and phone app rom | Mudam | Portable Devices | 5 | 30-07-2011 12:01 AM |
| Square Root Symbol In Java | Sheenas | Software Development | 5 | 27-01-2010 09:27 AM |
| Square root and Visual C++ compiler | Luis234 | Software Development | 4 | 25-04-2009 12:02 AM |
| Can not find root | HELOISE | Motherboard Processor & RAM | 2 | 28-03-2009 01:27 PM |
| Program to calulate the square of number | windows_user | Software Development | 3 | 10-12-2008 03:41 PM |