Horje
meter espacios en cadena c Code Example
meter espacios en cadena c
cambiar %s por %[^\n] y funcionarán los espacios

Ejemplo:

char variable[50];
printf("Ingresa el valor:\n");
scanf("%[^\n]", variable);




Cpp

Related
ue4 ftext to int Code Example ue4 ftext to int Code Example
hi cpp Code Example hi cpp Code Example
non stoichiometric nacl is yellow Code Example non stoichiometric nacl is yellow Code Example
google test assert eq float Code Example google test assert eq float Code Example
disable a warning in visual c++ Code Example disable a warning in visual c++ Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10