Translation of "a C program" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
printf("This is a C program "); prints the words on the screen.
printf("This is a C program "); druckt die Wörter auf dem Schirm.
A C program can manipulate its environment using the functions getenv(3), putenv(3), setenv(3), and unsetenv(3).
C-Programme können ihre Umgebung mit den Funktionen getenv(), putenv(), setenv() und unsetenv() beeinflussen.
One generates bytecode which is then interpreted by a C program.
Einer erstellt Bytecode, der dann durch ein C-Programm interpretiert wird.
This makes it easier for a C program to manage the host variables.
Dies erleichtert es dem C-Programm, die Hostvariablen zu verwalten.
After you edit a C program, you must compile and link it.
Nachdem Sie ein C-Programm editiert haben, müssen Sie es kompilieren und verknüpfen.
Spawn a daemon from within a C program, for example
Starten Sie einen Daemon aus einem C-Programm, wie zum Beispiel
Determine maximum stack usage by a C program and individual functions
Bestimmung der maximalen Stack-Nutzung durch ein C-Programm und einzelne Funktionen
It can be another script or something else like a C program - let's go for the latter.
Das kann ein weiteres Skript sein oder etwas anderes wie zum Beispiel ein C-Programm - nehmen wir mal letzteres.
This file also contains structure definitions and return codes needed for starting the database server from a C program.
Die Datei enthält auch Strukturdefinitionen und Rückgabewerte, die gebraucht werden, um den Datenbankserver aus einem C-Programm zu starten.
How to access command line arguments within a C program
Wie man innerhalb eines C-Programms auf Kommandozeilenargumente zugreift
Do try out some programs at your end to get a better idea on how command line arguments are accessed inside a C program.
Probieren Sie einige Programme an Ihrer Seite aus, um eine bessere Vorstellung davon zu erhalten, wie auf Befehlszeilenargumente innerhalb eines C-Programms zugegriffen wird.
Types declared at the outer scope of a C program are associated with a single global namespace and are visible throughout the entire program.
Im externen Gültigkeitsbereich eines C-Programms deklarierte Typen haben einen einzelnen, globalen Namensraum und sind im gesamten Programm sichtbar.
The compiler uses the parser and reflection interfaces from the run-time library to generate a C program, which is subsequently compiled to machine code.
Der Seed7-Compiler nützt den Parser und eine Reflexionsschnittstelle aus der Laufzeitbibliothek, um ein C-Programm zu erzeugen, das anschließend in Maschinensprache kompiliert wird.