Ask users to input a series of integers. The input will end withthe number 0. Assume users will never input more than 10 integersbefore input 0. Print all the input numbers to the screen in thereverse order they are input by the users, and print the maximalnumber of the input numbers to the screen, in a user friendlymanner. you are NOT allowed to use any arrays and arrayoperations. BUT you can use pointers.
Expert Answer
An answer will be send to you shortly. . . . .