17.04.2015, 04:48
Quote:
No sй muy bien sobre el especificador, yo lo he visto en algunos cуdigos y creo que define el tipo de el array y lo que posteriormente viene es el especificador opcional y el tamaсo del array
|
Quote:
Originally Posted by ******
The size of the array is 4 and the default value is 3. There are two values given in input, so the final contents of arr is:
Код:
1, 2, 3, 3 s Код:
scanf(input, "B(123)", binaryVar); Because 123 is not a valid binary number. |