Write a c++ function that will prompt a user for an integer and convert it to binary and print in reverse order [duplicate]

The error message is pretty clear: you declared that your function would return an int, but you never did.

Leave a Comment