Posts by Rafael Diaz • 21 points
1 post
-
2
votes1
answer455
viewsA: Scanf inside the printf
Because the Scanf returns an integer with the amount of entries. scanf("%d",&i) This will return number 1 scanf("%d" "%d",&p,&i) Will return the number 2 and so on. If you put inside a…
canswered Rafael Diaz 21