Saved Bookmarks
| 1. |
write a method that receives a number and returns the cube of the number. please see that it is computer subject |
|
Answer» Write a program in C to display the CUBE of the number ... Input number of terms : 5 Number is : 1 and cube of the 1 is : 1 ... ERROR:- function 'pow' should have a PROTOTYPE |
|