如何将6个整数的数组转换为单个整数.下面提供了我想要做的例子.
阵: {0, 1, 2, 3, 4, 5, 6}
{0, 1, 2, 3, 4, 5, 6}
整数: 123456
123456
谢谢!
c arrays
arrays ×1
c ×1