Question: define a function called calccube. This function takes two arguments num and result . First argument num is integer .second argument result is a pointer
define a function called calccube. This function takes two arguments num and result . First argument num is integer .second argument result is a pointer of integer. calculate the cube of num and return this value through result(function return type should be void). calculate cube of 30?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
