Question: Give an integer as a command line argument to main function and check that user gave only 1 argument and the argument was an integer
Give an integer as a command line argument to main function and check that user gave only 1 argument and the argument was an integer between 2 and 100. Then create a function that takes the integer(that user gave as command line arguments) as an argument and starts multiplying the integer with itself. When the result get over one million, stop the multiplication and return how many times you multiplied the given number. With C programming language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
