Sequence point vs && in a while loop

前端 未结 0 514
日久生厌
日久生厌 2021-02-08 09:58

What would be the difference between doing the following in a while loop:

&&

while(fgets(words, STRLEN, stdin) != NULL, *         


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