answersLogoWhite

0


Best Answer

#include "stdio.h"

#include "math.h"

int main()

{

double x;

printf("Enter the positive number.\n");

scanf("%lf", &x);

printf("Cube root of %lf is %lf.\n", x, pow(x, 1/3.0));

return 0;

}

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: C program for finding cube root of positive no?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is the cube root of a negative number positive or negative?

The cube root of a negative number is negative


How does finding the square root of a number compare to finding the cube root of a number?

The only significant difference that I know of is that there is a method, somewhat like long division, that can be used for finding the square root. I am not aware of a similar process for a cube root.


Can you find the cube root of a negative number If so is it positive or negative?

The cube root of a negative number is negative.


How does finding the square root of 64 compare to finding the cube root of a number?

It's a lot easier.


What is the cube root of 250?

The cube root of a number is the value that, when multiplied by itself twice, equals the original number. To find the cube root of 250, you can use a calculator or estimate by finding a perfect cube close to 250. In this case, the cube root of 250 is approximately 6.30.


Can the cube root of a positive number ever be a negative number?

No.


What is the sign of the cube root of a positive number?

It is always plus


What is the inverse operation of finding the cubed root?

The inverse of finding the cube root is cubing the number. For example, the cubed root of 27 is 3. 3 cubed, (or 33) is 27.


Write a c program to accept a numbers and generate square root cube and exponential values?

write a c program to accept a number and generate a square root cube and exponential values


What is the smallest positive integer e such that the cube root of 600e is an integer?

45


If the volume of a cube is 27in3 what is the lengthof each side?

The length of each side of a cube of volume 27in3 is 3in. This answer is found by finding the cube root of 27.


Is the cube root of negative number a positive?

No, because the inverse function would not work. Every time you multiply a positive by a positive you get a positive.