C/Napisy: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Nie podano opisu zmian
→‎Operacje na łańcuchach: w kodzie powinno być const przed char *string2
Linia 124:
 
/* Example 2 */
const char *string2 = "A string declared as a pointer.\n";
 
/* Example 3 */