/* * dec2bin.c * * Prompt the user for a positive number, then print the binary * representation of that number starting from the least-significant bit. */ #include int main() { return 0; }