How to split a string into characters of 2

后端 未结 0 909
轮回少年
轮回少年 2020-12-05 05:58

For example Abraham Lincoln into AB, RA, HA ML, IN, CO, LN. Without using string.h or stdlib.h

#include 
int main ()
{
  printf("Enter the         


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