How to read an elements of an array without knowing size in C?

后端 未结 0 1146
遥遥无期
遥遥无期 2020-12-04 17:09

input:- 4 5 6 7 8 (or) 4,5,6,7,8 (or) 4 5 6 7 8 output :- Just print that array

Here in python I can use arr = list(map(int,input().split(\' \'))) but how to read arr

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