Why doesn't the strlen variable in a for loop get a data type?

前端 未结 0 687
梦如初夏
梦如初夏 2021-02-02 08:24

I found out about that little trick to make this more long-form code (not the i < strlen)...

for (int i = 0; i < strlen(string1);          


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