C语言常见编程

正序倒序输出数字

倒序

#include <stdio.h>
int main()
{
   
    int x;
    int digit;
    int result = 0;
    scanf("%d"

你可能感兴趣的:(计算机,c语言,算法,开发语言)