Diong reasearch to know what your dion
Depends on what application - If it is a number crunching application, it will use a lot of CPU power
If it's a graphics intensive video game, it will take a lot of graphics card power
If it's a application that has a lot of things going on, like tabs in google chrome, then it will use a lot of RAM
Handle the print outside of the factorial function, which only needs one userVal when called.
int factorial( int foo )
{
if( foo == 1 )
return 1;
else
return( foo * factorial( foo - 1 ) );
}
Answer:
well you have to take classes or use easier systems like scratch
Explanation: