Passing a ' character as a command line argument seems to start a prompt in C on Ubuntu
hope someone can help. I'm working on a problem set passing arguments in C99 on Ubuntu, part of the problem set specifies that non-integer characters should lead to an early return from the main function and program termination. For example:…