C Workshop
ReverseNumbers.h File Reference
#include <stdbool.h>

Go to the source code of this file.

Functions

void ReverseNumbers ()
 Reads numbers from the user until the number 0 is entered, and then prints them in reverse order. More...
 

Function Documentation

◆ ReverseNumbers()

void ReverseNumbers ( )

Reads numbers from the user until the number 0 is entered, and then prints them in reverse order.