Passing a pointer to char array, and getting that arrays length in C?

前端 未结 0 1200
遥遥无期
遥遥无期 2021-01-16 14:39

How can I get the length of the array \'source\'? I have this so far...

#include 

int StrToUpper(char *destination[],  const char *source[])
{         


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