Command line arguments are passed toint main(int argc, char** argv) as argumentsargc andargv. You should assume thatargc is at ebp+8 andargvis at ebp+12.
This program is invoked from the command line as shown:
./program 5 7
The procedure namedwhat is called frommain, and returns tomain with the value:
Options:
a) 11
b) 66
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here