Vertaling van "const char" in Pools
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The type of the first string is the usual const char[].
The int puts(const char *s) function writes the string s and a trailing newline to stdout.
W int puts (const char s) funkcja zapisuje łańcuch s oraz kończący znak nowej linii do stdout.
You can also use int fscanf(FILE *fp, const char *format,...) function to read strings from a file but it stops reading after the first space character encounters.
Można również użyć int fscanf (FILE fp, const char format...) funkcji do odczytu ciągów z pliku ale zatrzymuje plik utworzony w poprzedniej części i produkuje następujące wyniki
The BSD prototype for gethostbyaddr() uses const char for the first argument.
Prototyp BSD funkcji gethostbyaddr() używa const char dla trzeciego argumentu.
You can use int fprintf(FILE *fp, const char *format,...) function as well to write a string into a file.
Można użyć int fprintf (FILE fp, const char format...) funkcji, a także napisać ciąg do pliku.