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

14y 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 sign of the cube root of a positive number?

It is always plus


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

No.


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


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.


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.


How do you determine the cube root of 7?

Many calculators will offer a way for you to do cube roots, or what number to the power of 3 will equal that number. There is no easy way to go about finding cube roots without a calculator, so I suggest not trying too hard.. but the cube root of 7 is 1.912931182772389 found from using a simple Cube Root calculator you can find on the internet.