How do I interlace two integer in c without using any predefined functions

前端 未结 0 1275
渐次进展
渐次进展 2021-01-24 07:08

For example I have two integers i want to make a function that takes 2 ints like:

int a = 1234; int b = 99999;

output: 919293949

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