[Duda] Especificadores opcionales sscanf
#4

Quote:
Originally Posted by _Zume
Посмотреть сообщение
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
Si yo tambiйn sй eso, pero no estoy muy seguro de como funciona.

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
The value in the brackets must be parseable as if it was a value of the required type. You cannot do:

s
Код:
scanf(input, "B(123)", binaryVar);
Because 123 is not a valid binary number.
Que lastima.
Reply


Messages In This Thread
[Duda] Especificadores opcionales sscanf - by CrashCar - 17.04.2015, 02:49
Respuesta: [Duda] Especificadores opcionales sscanf - by iimma - 17.04.2015, 04:23
Respuesta: [Duda] Especificadores opcionales sscanf - by Zume - 17.04.2015, 04:43
Respuesta: [Duda] Especificadores opcionales sscanf - by CrashCar - 17.04.2015, 04:48

Forum Jump:


Users browsing this thread: 1 Guest(s)