Write a C Program to find the cube of number

Write a C Program to find the cube of number Here is the C Program to find the cube of number ,the number is taken as input from user. #include<stdio.h> #include<conio.h> int main() { ...