Scanf doubt

Правка en2, от gXa, 2015-07-01 20:11:47

Can anybody plz ezplain:

for(int i = 1; i <= n; i++) { scanf("%s", a[i] + 1); }

I know this one

for(int i = 1; i <= n; i++) { scanf("%s", a[i] ); }

But I don't know the use of above scanf("%s", a[i] + 1); Plz guide me on this.

Теги input reading

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский gXa 2015-07-01 20:11:47 162 Tiny change: ' of above one.' -> ' of above scanf("%s", a[i] + 1); Plz guide me on this.'
en1 Английский gXa 2015-07-01 20:09:56 98 Initial revision (published)