c:start
Dies ist eine alte Version des Dokuments!
Inhaltsverzeichnis
C
Hello World
- helloworld.c
#include <stdio.h> int main(void) { printf("Hello World!\n"); return 0; }
Konstanten
Definition einer Konstanten PI:
#define PI 3.14
Variablen
Definition einer Variable mit dem Namen counter für nummerische Werte (mit dem Typ int):
int counter = 0;
Typen
| Typ | Erklärung | Erlaubte Werte |
|---|---|---|
int | Natürliche Zahlen | |
long | Natürliche Zahlen |
c/start.1425908223.txt.gz · Zuletzt geändert: 2015-03-09 14:37 von a.kamola