Computer Science, asked by bhargavireddy753, 11 months ago

write a program to find the cube of a number of a number using classes and object​

Answers

Answered by REHANTHOUSEN
1

Answer:

Write a C program to input any number from user and find cube of the given number using function. How to find cube of a given number using function in C programming. Write a C function to find cube of a given number.

Example

Input

Input any number: 5

Output

Cube of 5 = 125

Similar questions