C语言编程练习题
本练习假设:整数int为4字节,运行环境为VC 一、整数位数有关的问题1、输入一个整数,判断它是几位数?#include <stdio.h>void main(){ int a,n=0; scanf(