void convertToUppercase(char *sptr); { while(*sptr!='\0')

前端 未结 0 1155
悲哀的现实
悲哀的现实 2020-12-21 12:20

//givin me error *sptr was not declared
enter code here void convertToUppercase(char *sptr); {

while(*sptr!=\'\\0\')
相关标签:
回答
  • 消灭零回复
提交回复
热议问题