//This code is supposed to accept a decimal integer and print out the number in binary by calling a function that returns the binary number in an array//

#include <stdio.h>
#include <stdlib.h>...