Determine a function to extract the individual digits of a long data type in c without using arrays and use only loops or conditionals

后端 未结 0 1440
野性不改
野性不改 2021-01-26 10:03

i am trying to determine a function to extract the individual digits of a long data type which the user enters.

**int remain(int digit)
{
    while(number != 0)
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题